Skip to content

Commit

Permalink
removed go dep dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedewar committed Aug 4, 2014
1 parent 6b0f29a commit 7639ef0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions makefile
Expand Up @@ -8,8 +8,10 @@ all: $(BINARIES)
$(BLDDIR)/%:
go get github.com/jteeuwen/go-bindata/...
go-bindata -pkg=server -o st/server/static_bindata.go gui/... examples/...
go get github.com/tools/godep/...
godep restore ./...
cd st/library && go get .
cd st/server && go get .
#go get github.com/tools/godep/...
#godep restore ./...
go build -o $(BLDDIR)/st ./st

$(BLDDIR)/st: $(wildcard blocks/*.go $(SERVERDIR)/*.go st/*.go)
Expand Down

0 comments on commit 7639ef0

Please sign in to comment.