Files
nlnieuws/Makefile
Peter Kleiweg 36f051a8a9 first commit
2026-03-02 15:34:37 +01:00

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