use zip -X

This commit is contained in:
throwaway96 2024-04-20 16:40:43 -04:00
parent 30d3592fdd
commit 0f5860dd6a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ FILES = autoroot.sh hbchannel-0.6.3.ipk lol$$(sh$$IFS/tmp/usb/sda/sda1/autoroot.
all: $(ZIPOUT)
$(ZIPOUT): $(FILES)
zip '$(@)' $(foreach f,$^,'$(f)')
zip -X '$(@)' -- $(foreach f,$^,'$(f)')
.PHONY: clean
clean: