From 3e3328342369ac8143a442c5b85ad56ce587b195 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 6 Jun 2020 10:01:09 -0400 Subject: Update narc dependency scanning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e14c9e89..90184b8b 100644 --- a/Makefile +++ b/Makefile @@ -308,7 +308,7 @@ DUMMY != mkdir -p $(ALL_DIRS) %.png: ; %.pal: ; -%.narc: members = $(shell find $(@D)/$*/*) +%.narc: members = $(wildcard $(@D)/$*/*) %.narc: $$(members) $(NARCCOMP) -o $@ -p 255 $^ -- cgit v1.2.3