mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Update makefile to fix Windows build filename (#72)
This commit is contained in:
committed by
Martin Etmajer
parent
17842ab9be
commit
48fdfb5798
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user