weekadd
This commit is contained in:
4
Makefile
4
Makefile
@@ -26,6 +26,7 @@ all:
|
||||
make bin/top20
|
||||
make bin/trends
|
||||
make bin/week2files
|
||||
make bin/weekadd
|
||||
|
||||
bin/data2json: cmd/data2json/*.go
|
||||
go build -o $@ $^
|
||||
@@ -51,3 +52,6 @@ bin/trends: cmd/trends/*.go
|
||||
bin/week2files: cmd/week2files/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/weekadd: cmd/weekadd/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user