From: Michael McMaster Date: Mon, 31 Jan 2011 11:38:38 +0000 (+1000) Subject: Fixed packaging X-Git-Tag: 1.0.0~1 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=5c21ccb1cf6881267f7d8d54fa318e2cb2d9fd65;p=glBoy.git Fixed packaging --- diff --git a/Makefile b/Makefile index 37af1ed..79ee149 100644 --- a/Makefile +++ b/Makefile @@ -57,9 +57,9 @@ test: InstructionSet_Opcodes.cc Test.cc ALU.cc package: git commit -a git tag -a -f $(VERSION) - mkdir /tmp/glBoy-$(VERSION) + -mkdir /tmp/glBoy-$(VERSION) -rm /tmp/glBoy-$(VERSION)/* - cp *.cc *.hh *.opcode *.pl Makefile COPYING README VERSION /tmp/glBoy-$(VERSION) + cp *.cc *.hh *.opcode *.pl Makefile COPYING README VERSION /tmp/glBoy-$(VERSION)/ tar cvf glBoy-$(VERSION).tar -C /tmp glBoy-$(VERSION) clean: