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
183 B
Makefile

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