groepering en tags

This commit is contained in:
Peter Kleiweg
2026-04-09 17:56:59 +02:00
parent b05ff1a4a9
commit 970e133e65
15 changed files with 308 additions and 170 deletions

View File

@@ -10,16 +10,20 @@ all:
make -C Sikkom
make -C Tzum
make -C VRT
make bin/ISOWeek
make bin/flush
make bin/ISOWeek
make bin/items2count
make bin/score
make bin/top20
make bin/week2files
bin/flush: cmd/flush/*.go
go build -o $@ $^
bin/ISOWeek: cmd/ISOWeek/*.go
go build -o $@ $^
bin/flush: cmd/flush/*.go
bin/items2count: cmd/items2count/*.go
go build -o $@ $^
bin/score: cmd/score/*.go