Makefile: Ignore all nested patches

This commit is contained in:
Danny Lin 2021-01-14 00:09:19 -08:00
parent 7df5188942
commit 3a110a895e
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC

View File

@ -9,7 +9,7 @@ all: $(ZIP)
zip: $(ZIP)
%.zip: clean
zip -r9 $(ZIP) . -x $(MODNAME)-*.zip .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patches/ patches/*
zip -r9 $(ZIP) . -x $(MODNAME)-*.zip .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder /patches*
install: $(ZIP)
adb push $(ZIP) /sdcard/