flashcard-archive/archive/Action_Replay/Makefile

15 lines
418 B
Makefile
Raw Permalink Normal View History

.PHONY: package
export TOPDIR := $(CURDIR)
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory Action_Replay_DSi_non-3DS_FWUpdate_v1.25.zip
directory:
mkdir -p $(OUT)/$(BASE)
Action_Replay_DSi_non-3DS_FWUpdate_v1.25.zip: directory
cd $(TOPDIR)/Action_Replay_DSi_non-3DS_FWUpdate_v1.25 && zip -r $(OUT)/$(BASE)/$@ *