Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Aug 8, 2015
1 parent 534b4bd commit b0dde2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
setup:
godep save
godep get

run:
godep go run *.go
godep go install
gst

test:
godep go test

0 comments on commit b0dde2e

Please sign in to comment.