Got pack/unpack/clean targets working
This commit is contained in:
6
Makefile.unpack
Normal file
6
Makefile.unpack
Normal file
@@ -0,0 +1,6 @@
|
||||
YAML/%.yaml : Data/%.rvdata2
|
||||
rvpacker --verbose -d $(PROJECT) -t $(TYPE) -a unpack -D $*
|
||||
|
||||
yamlfiles := $(patsubst Data/%.rvdata2,YAML/%.yaml,$(wildcard Data/*.rvdata2))
|
||||
|
||||
all: $(yamlfiles)
|
||||
Reference in New Issue
Block a user