gone, trends
This commit is contained in:
8
Makefile
8
Makefile
@@ -21,9 +21,11 @@ all:
|
||||
make bin/data2json
|
||||
make bin/dates2json
|
||||
make bin/flush
|
||||
make bin/gone
|
||||
make bin/items2count
|
||||
make bin/rang
|
||||
make bin/top20
|
||||
make bin/trends
|
||||
make bin/week2files
|
||||
|
||||
bin/data2json: cmd/data2json/*.go
|
||||
@@ -35,6 +37,9 @@ 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 $@ $^
|
||||
|
||||
@@ -44,6 +49,9 @@ bin/rang: cmd/rang/*.go
|
||||
bin/top20: cmd/top20/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/trends: cmd/trends/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/week2files: cmd/week2files/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user