Skip to content

Commit

Permalink
make make tar use goinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Dec 20, 2011
1 parent 9654a4a commit 1cde19f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ GOFILES=\

include $(GOROOT)/src/Make.cmd

tar: clean $(TARG)
goinstall:
goinstall .

tar: clean goinstall
tar -czf $(TARG)-$(VERSION)-$(GOOS)-$(GOARCH).tar.gz $(TARG) README.md

0 comments on commit 1cde19f

Please sign in to comment.