diff --git a/Makefile b/Makefile index 7c6226c..d494235 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: build .PHONY: zip zip: build - zip -r ./build/$(UUID).zip ./build + zip -jr ./build/$(UUID).zip ./build rm -r ./build/$(UUID) .PHONY: clean