Skip to content

Commit 9179ab5

Browse files
committed
makefile: Include license in zip
The license is supposed to be included as a legal notice.
1 parent 388531c commit 9179ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all: $(ZIP)
99
zip: $(ZIP)
1010

1111
%.zip: clean
12-
zip -r9 $(ZIP) . -x $(MODNAME)-*.zip LICENSE .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patch-font-names.sh
12+
zip -r9 $(ZIP) . -x $(MODNAME)-*.zip .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patch-font-names.sh
1313

1414
install: $(ZIP)
1515
adb push $(ZIP) /sdcard/

0 commit comments

Comments
 (0)