We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d7901 commit 407edc1Copy full SHA for 407edc1
Makefile
@@ -45,5 +45,5 @@ $(BINARIES): mod-tidy $(GO_FILES)
45
CGO_ENABLED=0 go build \
46
$(GO_LDFLAGS) \
47
-tags nodbus \
48
- -o $(@) \
+ -o $(@)$(if $(filter windows,$(GOOS)),.exe,) \
49
./cmd/$(@)
0 commit comments