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
Raw Permalink Normal View History

2014-04-23 22:10:28 -07:00
export PROJECT := $(shell pwd)
export TYPE := ace
2014-04-23 21:59:50 -07:00
2014-04-23 22:10:28 -07:00
unpack:
make -f Makefile.unpack
2014-04-23 21:59:50 -07:00
2014-04-23 22:10:28 -07:00
pack:
make -f Makefile.pack
2014-04-23 21:59:50 -07:00
2014-04-23 22:10:28 -07:00
clean-yaml:
rm -f YAML/*
2014-04-23 21:59:50 -07:00
2014-04-23 22:10:28 -07:00
clean-data:
rm -f Data/*