data2json
This commit is contained in:
4
Makefile
4
Makefile
@@ -13,6 +13,7 @@ all:
|
||||
make -C Sikkom
|
||||
make -C Tzum
|
||||
make -C VRT
|
||||
make bin/data2json
|
||||
make bin/flush
|
||||
make bin/ISOWeek
|
||||
make bin/items2count
|
||||
@@ -20,6 +21,9 @@ all:
|
||||
make bin/top20
|
||||
make bin/week2files
|
||||
|
||||
bin/data2json: cmd/data2json/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/flush: cmd/flush/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user