aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccc57e9..f09e03c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ all: $(NAME).zip icon_bordered.png
$(NAME).zip: $(FILES)
mkdir $(NAME)
cp -al $(FILES) $(NAME)
- zip -r $(NAME) $(NAME)
+ zip -9r $(NAME) $(NAME)
$(RM) -r $(NAME)
.PHONY: unpacked