Skip to content

Commit

Permalink
feat: updating Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván Corrales Solera committed Nov 22, 2019
1 parent ee23d1c commit 0a384ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build: ; @ ## build exeutable for your current osm
build-all: ; @ ## Build binary files
GOARCH=amd64 GOOS=linux $(GOBUILD) -o build/goa.linux main.go
GOARCH=amd64 GOOS=darwin $(GOBUILD) -o build/goa.darwin main.go
GOARCH=amd64 GOOS=windows $(GOBUILD) -o build/goa.exe main.go
#GOARCH=amd64 GOOS=windows $(GOBUILD) -o build/goa.exe main.go

.PHONY: init
init: ; @ ## Setup the git hooks
Expand Down

0 comments on commit 0a384ab

Please sign in to comment.