Skip to content

Commit

Permalink
remove needless building label.
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Apr 19, 2017
1 parent fea29e3 commit e91482c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ all: dev install

dev: build check test

build-fe:
go get github.com/jteeuwen/go-bindata/...
go get github.com/elazarl/go-bindata-assetfs/...
cd server/api && go-bindata-assetfs -pkg api templates/... && cd -

build:
rm -rf vendor && ln -s _vendor/vendor vendor
$(GO) build -ldflags '$(LDFLAGS)' -o bin/pd-server cmd/pd-server/main.go
Expand Down

0 comments on commit e91482c

Please sign in to comment.