Files
nlnieuws/Makefile
Peter Kleiweg 01438b69ac collect.sh
2026-03-18 19:02:04 +01:00

22 lines
293 B
Makefile

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
make bin/week2files
bin/ISOWeek: cmd/ISOWeek/*.go
go build -o $@ $^
bin/week2files: cmd/week2files/*.go
go build -o $@ $^