score; collect.sh

This commit is contained in:
Peter Kleiweg
2026-03-19 12:37:35 +01:00
parent 01438b69ac
commit 025c134c07
5 changed files with 174 additions and 34 deletions

View File

@@ -11,11 +11,15 @@ all:
make -C Tzum
make -C VRT
make bin/ISOWeek
make bin/score
make bin/week2files
bin/ISOWeek: cmd/ISOWeek/*.go
go build -o $@ $^
bin/score: cmd/score/*.go
go build -o $@ $^
bin/week2files: cmd/week2files/*.go
go build -o $@ $^