www: selectie van de week
This commit is contained in:
4
Makefile
4
Makefile
@@ -14,6 +14,7 @@ all:
|
||||
make -C Tzum
|
||||
make -C VRT
|
||||
make bin/data2json
|
||||
make bin/dates2json
|
||||
make bin/flush
|
||||
make bin/ISOWeek
|
||||
make bin/items2count
|
||||
@@ -24,6 +25,9 @@ all:
|
||||
bin/data2json: cmd/data2json/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/dates2json: cmd/dates2json/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/flush: cmd/flush/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user