gone gone

This commit is contained in:
Peter Kleiweg
2026-06-06 21:05:00 +02:00
parent 1f4a084624
commit a9f9e17acf
4 changed files with 21 additions and 47 deletions

View File

@@ -21,7 +21,6 @@ all:
make bin/data2json
make bin/dates2json
make bin/flush
make bin/gone
make bin/items2count
make bin/rang
make bin/top20
@@ -37,9 +36,6 @@ bin/dates2json: cmd/dates2json/*.go
bin/flush: cmd/flush/*.go
go build -o $@ $^
bin/gone: cmd/gone/*.go
go build -o $@ $^
bin/items2count: cmd/items2count/*.go
go build -o $@ $^