From 502d10f8fe5905978afd4ddcbd714824b4e850f6 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Wed, 13 Jan 2021 19:28:06 -0800 Subject: [PATCH] Makefile: Include license in zip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95e2e57..00ae575 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: $(ZIP) zip: $(ZIP) %.zip: clean - zip -r9 $(ZIP) . -x $(MODNAME)-*.zip LICENSE .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patches/ patches/* + zip -r9 $(ZIP) . -x $(MODNAME)-*.zip .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patches/ patches/* install: $(ZIP) adb push $(ZIP) /sdcard/