Parool Amsterdam
This commit is contained in:
9
Parool/Makefile
Normal file
9
Parool/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
all: \
|
||||
metadata \
|
||||
parool
|
||||
|
||||
metadata: cmd/metadata/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
parool: cmd/parool/*.go
|
||||
go build -o $@ $^
|
||||
Reference in New Issue
Block a user