Skip to content

Commit

Permalink
Add helper target to get the latest tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Jul 7, 2012
1 parent bf2038d commit 619abed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ tag:

dist:
git archive --format=tar --prefix="lunar-$(VERSION)/" v$(VERSION) | bzip2 > lunar-$(VERSION).tar.bz2

tell:
@echo "lunar-$(VERSION).tar.bz2"

0 comments on commit 619abed

Please sign in to comment.