2023-08-13 09:46:40 -07:00
|
|
|
.PHONY: package
|
|
|
|
|
|
|
|
export TOPDIR := $(shell pwd $(CURDIR))
|
|
|
|
export BASE := acekard.com/$(shell basename $(CURDIR))
|
|
|
|
export OUT := $(TOPDIR)/../../../out
|
|
|
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
|
|
|
|
2023-08-12 22:46:35 +01:00
|
|
|
package: directory Acekard_RPG_Wood_RPG_1.62.zip old extdata
|
2023-08-13 09:46:40 -07:00
|
|
|
|
|
|
|
directory:
|
|
|
|
mkdir -p $(OUT)/$(BASE)
|
|
|
|
|
|
|
|
Acekard_RPG_Wood_RPG_1.62.zip: directory
|
2024-01-14 21:59:35 -08:00
|
|
|
cd Acekard_RPG_Wood_RPG_1.62 && zip -r $(OUT)/$(BASE)/$@ *
|
2023-08-13 09:46:40 -07:00
|
|
|
|
2023-08-12 22:46:35 +01:00
|
|
|
old: directory
|
|
|
|
make -C $@
|
|
|
|
|
|
|
|
extdata: directory
|
2023-08-13 09:46:40 -07:00
|
|
|
cp acekard*.jpg README.txt $(OUT)/$(BASE)
|