www: selectie van de week

This commit is contained in:
Peter Kleiweg
2026-04-23 17:58:25 +02:00
parent 59a2156507
commit c155f9aa04
7 changed files with 168 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ all:
make -C Tzum
make -C VRT
make bin/data2json
make bin/dates2json
make bin/flush
make bin/ISOWeek
make bin/items2count
@@ -24,6 +25,9 @@ all:
bin/data2json: cmd/data2json/*.go
go build -o $@ $^
bin/dates2json: cmd/dates2json/*.go
go build -o $@ $^
bin/flush: cmd/flush/*.go
go build -o $@ $^