first commit

This commit is contained in:
Peter Kleiweg
2026-03-02 15:34:37 +01:00
commit 36f051a8a9
50 changed files with 4241 additions and 0 deletions

18
Makefile Normal file
View File

@@ -0,0 +1,18 @@
all:
make -C AT5
make -C GG
make -C NieuwsNL
make -C NOS
make -C NU
make -C RO
make -C Sargasso
make -C Sikkom
make -C Tzum
make -C VRT
make bin/ISOWeek
bin/ISOWeek: cmd/ISOWeek/*.go
go build -o $@ $^