Update makefile to fix Windows build filename (#72)

This commit is contained in:
Simon Heather
2018-10-03 15:51:20 +01:00
committed by Martin Etmajer
parent 17842ab9be
commit 48fdfb5798

View File

@@ -31,7 +31,7 @@ build-linux-amd64:
GOOS=linux GOARCH=amd64 $(GOBUILD) -o bin/$(NAME)-v$(VERSION)-linux-amd64
build-windows-amd64:
GOOS=windows GOARCH=amd64 $(GOBUILD) -o bin/$(NAME)-v$(VERSION)-windows-amd64
GOOS=windows GOARCH=amd64 $(GOBUILD) -o bin/$(NAME)-v$(VERSION)-windows-amd64.exe
.PHONY: clean
clean: