Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-clemente committed Jul 8, 2015
1 parent 087059e commit fd8c1ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.zip
git-cr
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: release

release:
GOOS=darwin go build
zip git-cr.osx.zip git-cr
GOOS=linux go build
zip git-cr.linux.zip git-cr

0 comments on commit fd8c1ad

Please sign in to comment.