collect.sh

This commit is contained in:
Peter Kleiweg
2026-03-18 19:02:04 +01:00
parent 9b65fa8efa
commit 01438b69ac
5 changed files with 392 additions and 0 deletions

View File

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