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

15 lines
168 B
Makefile

export PROJECT := $(shell pwd)
export TYPE := ace
unpack:
make -f Makefile.unpack
pack:
make -f Makefile.pack
clean-yaml:
rm -f YAML/*
clean-data:
rm -f Data/*