diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $^ |