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