From 17cd16cefd8e07cd519f5b2772a10dff30cf6edb Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Mon, 24 Dec 2012 12:51:19 -0500 Subject: [PATCH] Actually compress tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80fbdfb..24e3af5 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ dist: $(TARBALL): $(MANPAGE) dist cp pixz.1 dist/$(DISTNAME)/ - tar -cf $(TARBALL) -C dist $(DISTNAME) + tar -czf $(TARBALL) -C dist $(DISTNAME) tarball: $(TARBALL)