weg: cmd/score

This commit is contained in:
Peter Kleiweg
2026-05-24 16:42:12 +02:00
parent fcad105a75
commit bf0407b933
2 changed files with 0 additions and 118 deletions

View File

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