This commit is contained in:
Peter Kleiweg
2026-07-02 17:19:30 +02:00
parent 73c21b4f8f
commit 2466dbb43c
7 changed files with 738 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ all:
make -C Volkskrant
make -C VRT
make bin/data2json
make bin/data22json
make bin/dates2json
make bin/flush
make bin/items2count
@@ -31,6 +32,9 @@ all:
bin/data2json: cmd/data2json/*.go
go build -o $@ $^
bin/data22json: cmd/data22json/*.go
go build -o $@ $^
bin/dates2json: cmd/dates2json/*.go
go build -o $@ $^