From 3a110a895e8312c08d720a5ba1c7ca387496a0aa Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Thu, 14 Jan 2021 00:09:19 -0800 Subject: [PATCH] Makefile: Ignore all nested patches --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00ae575..d5e9199 100644 --- a/Makefile +++ b/Makefile @@ -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/