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