Makefile: generate .tgz file for dist target (rather than tar.gz)
This commit is contained in:
parent
961b62f3af
commit
186d501826
2
Makefile
2
Makefile
|
@ -182,7 +182,7 @@ DIST_VERSION = $(TAG)
|
|||
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 $@
|
||||
|
|
Loading…
Reference in New Issue