ranglijsten

This commit is contained in:
Peter Kleiweg
2026-06-06 14:46:01 +02:00
parent a76fa21584
commit 9f29222909
4 changed files with 80 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ all:
make bin/dates2json
make bin/flush
make bin/items2count
make bin/rang
make bin/top20
make bin/week2files
@@ -37,6 +38,9 @@ bin/flush: cmd/flush/*.go
bin/items2count: cmd/items2count/*.go
go build -o $@ $^
bin/rang: cmd/rang/*.go
go build -o $@ $^
bin/top20: cmd/top20/*.go
go build -o $@ $^