Makefile: Include license in zip

This commit is contained in:
Danny Lin 2021-01-13 19:28:06 -08:00
parent da2a7f3bd7
commit 502d10f8fe
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 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/