gone gone
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user