From: Michael McMaster Date: Mon, 31 Jan 2011 11:39:17 +0000 (+1000) Subject: fixed packaging again X-Git-Tag: 1.0.0^0 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=1e437256e77a60a6d1fded5b210a5fd2f7d77b9c;p=glBoy.git fixed packaging again --- diff --git a/Makefile b/Makefile index 79ee149..a348a23 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ package: -rm /tmp/glBoy-$(VERSION)/* cp *.cc *.hh *.opcode *.pl Makefile COPYING README VERSION /tmp/glBoy-$(VERSION)/ tar cvf glBoy-$(VERSION).tar -C /tmp glBoy-$(VERSION) + gzip glBoy-$(VERSION).tar clean: -rm -f *.o