20 lines
560 B
Makefile
Raw Normal View History

2024-08-15 19:36:35 -06:00
.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := Ace3DS+_R4iLS/$(shell basename $(CURDIR))
2024-08-15 19:41:26 -06:00
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
2024-08-15 19:36:35 -06:00
package: directory Ace3DS+_R4iLS_Wood_R4_1.62_old.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
Ace3DS+_R4iLS_Wood_R4_1.62_old.zip: directory
mkdir tmp;cp -r Ace3DS+_R4iLS_Wood_R4_1.62/* $(COMMON)/Wood_R4Li_1.62/* tmp
2024-08-15 19:36:35 -06:00
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
cd $(TOPDIR); rm -rf tmp
extdata: directory
cp ace3dsplus.jpg README.txt $(OUT)/$(BASE)