Skip to content

Commit

Permalink
Updating makefile to build front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Jan 16, 2019
1 parent af32cf6 commit 20a8261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ clean:
rm -f $(BINARY_UNIX)
# Cross compilation
build:
cd ui && yarn build
GOOS=darwin GOARCH=amd64 $(GOBUILD) -o $(BINARY_MAC) -v
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v

0 comments on commit 20a8261

Please sign in to comment.