data2json

This commit is contained in:
Peter Kleiweg
2026-04-18 14:48:08 +02:00
parent 7d11a653d8
commit 492d4dee11
6 changed files with 228 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ all:
make -C Sikkom
make -C Tzum
make -C VRT
make bin/data2json
make bin/flush
make bin/ISOWeek
make bin/items2count
@@ -20,6 +21,9 @@ all:
make bin/top20
make bin/week2files
bin/data2json: cmd/data2json/*.go
go build -o $@ $^
bin/flush: cmd/flush/*.go
go build -o $@ $^