flashcard-archive/archive/acekard.com/AceKard_RPG/old/Makefile
2023-08-15 06:18:11 -07:00

15 lines
416 B
Makefile

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := acekard.com/AceKard_RPG/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../../out
export COMMON := $(TOPDIR)/../../../../common-kernels
package: directory AceKard_RPG_akMenu_4.11.zip
directory:
mkdir -p $(OUT)/$(BASE)
AceKard_RPG_akMenu_4.11.zip: directory
cd $(TOPDIR)/AceKard_RPG_akMenu_4.11 && zip -r $(OUT)/$(BASE)/$@ *