15 lines
419 B
Makefile
Raw Normal View History

2023-08-12 22:46:35 +01:00
.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
2023-08-24 11:30:24 -07:00
cd $(TOPDIR)/AceKard_RPG_akMenu_4.11 && zip -r -X $(OUT)/$(BASE)/$@ *