diff --git a/Makefile b/Makefile index c15e704..a485d90 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ lint: $(lint-targets) # Release. release-build: - @goreleaser release --clean + @goreleaser build --id oasis-windows-amd64 --snapshot --clean # Test. test-targets := test-unit @@ -84,10 +84,10 @@ clean: # List of targets that are not actual files. .PHONY: \ all build \ + build-windows \ examples \ clean-examples \ fmt \ $(lint-targets) lint \ $(test-targets) test \ - clean \ - build-windows + clean