commit | 186d501826381069c01987a633dc841a617ab00f | [log] [tgz] |
---|---|---|
author | Nguyen Anh Quynh <aquynh@gmail.com> | Wed Jan 22 18:46:20 2014 +0800 |
committer | Nguyen Anh Quynh <aquynh@gmail.com> | Wed Jan 22 18:46:20 2014 +0800 |
tree | 39570b5773edabe171ce7321c29febb8aa47b42f | |
parent | 961b62f3af75b3b544704a31df0472e9be60cb48 [diff] |
Makefile: generate .tgz file for dist target (rather than tar.gz)
diff --git a/Makefile b/Makefile index 923c247..8e69e7f 100644 --- a/Makefile +++ b/Makefile
@@ -182,7 +182,7 @@ endif dist: - git archive --format=tar.gz --prefix=capstone-$(DIST_VERSION)/ $(TAG) > capstone-$(DIST_VERSION).tar.gz + git archive --format=tar.gz --prefix=capstone-$(DIST_VERSION)/ $(TAG) > capstone-$(DIST_VERSION).tgz .c.o: $(CC) $(CFLAGS) -c $< -o $@