summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-06 10:01:09 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-06 10:01:09 -0400
commit3e3328342369ac8143a442c5b85ad56ce587b195 (patch)
tree77f7d87ac8533098bfed4b8c117ebe4b054acde7
parent677805498cf651739ac8355d2f388cf63ae0a5fd (diff)
Update narc dependency scanning
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $^