app2
This commit is contained in:
4
Makefile
4
Makefile
@@ -19,6 +19,7 @@ all:
|
||||
make -C Volkskrant
|
||||
make -C VRT
|
||||
make bin/data2json
|
||||
make bin/data22json
|
||||
make bin/dates2json
|
||||
make bin/flush
|
||||
make bin/items2count
|
||||
@@ -31,6 +32,9 @@ all:
|
||||
bin/data2json: cmd/data2json/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/data22json: cmd/data22json/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/dates2json: cmd/dates2json/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user