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