Skip to content

Commit

Permalink
Simple Makefile for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatto committed Feb 11, 2015
1 parent ceca5a0 commit 75b2597
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
all:
rm -fr build
goxc -bc="linux,windows,darwin" -d=./build -pv=1.0.0
rmdir debian

clean:
rm -fr ./build
rm -fr .DS_Store
rm -fr td

0 comments on commit 75b2597

Please sign in to comment.