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

7 lines
191 B
Makefile
Raw Permalink Normal View History

2014-04-23 22:10:28 -07:00
Data/%.rvdata2: YAML/%.yaml
2014-05-03 13:19:45 -07:00
rvpacker --verbose --force -d $(PROJECT) -t $(TYPE) -a pack -D $*
2014-04-23 22:10:28 -07:00
datafiles := $(patsubst YAML/%.yaml,Data/%.rvdata2,$(wildcard YAML/*.yaml))
all: $(datafiles)