From 3229f51b696bb1f7af7a9286f4f196c55eb7c21f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 6 Jun 2020 10:20:14 -0400 Subject: Add missing pms.narc; add missing rule for %.arc --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20ad9383..4cb2b845 100644 --- a/Makefile +++ b/Makefile @@ -312,6 +312,10 @@ DUMMY != mkdir -p $(ALL_DIRS) %.narc: $$(members) $(NARCCOMP) -o $@ -p 255 $^ +%.arc: members = $(wildcard $(@D)/$*/*) +%.arc: $$(members) + $(NARCCOMP) -o $@ -p 255 $^ + files/poketool/personal/pms.narc: ; $(BUILD_DIR)/pokediamond_bnr.bin: pokediamond.bsf graphics/icon.4bpp graphics/icon.gbapal -- cgit v1.2.3