Skip to content

Commit

Permalink
Make file windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioastarita committed Feb 24, 2020
1 parent 3768345 commit 21be7f8
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 @@ -16,7 +16,7 @@ STATIC_SOURCES:=$(shell find lyricfier/static/ -type f -name '*')
build: $(BINARY_NAME) $(STATIC_EMBEDED) .deps_updated

build-windows: $(GO_SOURCES) $(GO_SOURCES_INTERNAL) $(STATIC_EMBEDED)
env GOOS=windows GOARCH=amd64 $(GOBUILD) -v -o $(BINARY_NAME)-amd64.exe $(GO_SOURCES)
cd lyricfier/ ; env GOOS=windows GOARCH=amd64 $(GOBUILD) -v -ldflags -H=windowsgui -o $(BINARY_NAME)-amd64.exe ; cd -

$(BINARY_NAME): $(GO_SOURCES) $(GO_SOURCES_INTERNAL) $(STATIC_EMBEDED)
$(GOBUILD) -o $(BINARY_NAME) -v $(GO_SOURCES)
Expand Down

0 comments on commit 21be7f8

Please sign in to comment.