This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rpgskeleton/Makefile.pack
2014-05-03 13:19:45 -07:00

7 lines
191 B
Makefile

Data/%.rvdata2: YAML/%.yaml
rvpacker --verbose --force -d $(PROJECT) -t $(TYPE) -a pack -D $*
datafiles := $(patsubst YAML/%.yaml,Data/%.rvdata2,$(wildcard YAML/*.yaml))
all: $(datafiles)