Skip to content

Commit

Permalink
Add option to actually compress the tarball as gz
Browse files Browse the repository at this point in the history
  • Loading branch information
warp10 committed Sep 13, 2014
1 parent 4443bca commit e6eedb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ release: clean
rm -rf .release-tmp/$(TARGET)-$(RELEASE)/debian
rm -f .release-tmp/$(TARGET)-$(RELEASE)/qmenu.{cfg,frm,gif,hlp}
rm -f .release-tmp/$(TARGET)-$(RELEASE)/README_it.md
tar cf $(TARGET)-$(RELEASE).tar.gz -C .release-tmp $(TARGET)-$(RELEASE)
tar czf $(TARGET)-$(RELEASE).tar.gz -C .release-tmp $(TARGET)-$(RELEASE)
rm -rf .release-tmp

.PHONY: build install clean release

0 comments on commit e6eedb5

Please sign in to comment.