flashcard-archive/archive/acekard.com/AceKard_RPG/old/Makefile

15 lines
419 B
Makefile
Raw Normal View History

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