Skip to content

Commit

Permalink
Add depends target install
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilux committed Feb 4, 2014
1 parent e0a58cf commit ac3d050
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ fmt: $(FMT_TEST)
git:
git commit -a -m "$m"
git push https://github.com/vassilux/vorimport.git
depends:
go get -u github.com/cihub/seelog
go get -u github.com/ziutek/mymysql/thrsafe
go get -u github.com/ziutek/mymysql/autorc
go get -u github.com/ziutek/mymysql/godrv
go get labix.org/v2/mgo

$(BUILD_LIST): %_build: %_fmt
$(GOBUILD) -o $(TARGET)
Expand All @@ -41,4 +47,4 @@ $(CLEAN_LIST): %_clean:
$(TEST_LIST): %_test:
$(GOTEST) $*
$(FMT_TEST): %_fmt:
$(GOFMT) $*
$(GOFMT) $*

0 comments on commit ac3d050

Please sign in to comment.