Skip to content

Commit

Permalink
fix cut and pasto
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Mar 19, 2012
1 parent 0940fcd commit ce53994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ TARBALL = par-tutorial-$(VERSION).tar.gz
ZIPBALL = par-tutorial-$(VERSION).zip ZIPBALL = par-tutorial-$(VERSION).zip


$(TARBALL): $(TARBALL):
git archive --format zip master . | gzip >$@ git archive --format tar master . | gzip >$@


$(ZIPBALL): $(ZIPBALL):
git archive --format zip master . -o $@ git archive --format zip master . -o $@
Expand Down

0 comments on commit ce53994

Please sign in to comment.