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