aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4db43b7..7ab8fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -38,3 +38,5 @@ clean:
38package: 38package:
39 git archive --prefix="lua-cjson-$(CJSON_VERSION)/" master | \ 39 git archive --prefix="lua-cjson-$(CJSON_VERSION)/" master | \
40 gzip -9 > "lua-cjson-$(CJSON_VERSION).tar.gz" 40 gzip -9 > "lua-cjson-$(CJSON_VERSION).tar.gz"
41 git archive --prefix="lua-cjson-$(CJSON_VERSION)/" \
42 -o "lua-cjson-$(CJSON_VERSION).zip" master