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