This commit is contained in:
Peter Kleiweg
2026-06-19 12:59:45 +02:00
parent e0550197e3
commit 8289072a52
7 changed files with 355 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ all:
make bin/top20
make bin/trends
make bin/week2files
make bin/weekadd
bin/data2json: cmd/data2json/*.go
go build -o $@ $^
@@ -51,3 +52,6 @@ bin/trends: cmd/trends/*.go
bin/week2files: cmd/week2files/*.go
go build -o $@ $^
bin/weekadd: cmd/weekadd/*.go
go build -o $@ $^