ISOWeek -7 => date -d -7days +%G-%V

This commit is contained in:
Peter Kleiweg
2026-04-24 12:05:02 +02:00
parent 580a54e11c
commit 5c492f55ff
20 changed files with 17 additions and 71 deletions

View File

@@ -16,7 +16,6 @@ all:
make bin/data2json
make bin/dates2json
make bin/flush
make bin/ISOWeek
make bin/items2count
make bin/score
make bin/top20
@@ -31,9 +30,6 @@ bin/dates2json: cmd/dates2json/*.go
bin/flush: cmd/flush/*.go
go build -o $@ $^
bin/ISOWeek: cmd/ISOWeek/*.go
go build -o $@ $^
bin/items2count: cmd/items2count/*.go
go build -o $@ $^