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 24dbf2c commit 02015e4Copy full SHA for 02015e4
Makefile
@@ -33,5 +33,6 @@ test: mod-tidy
33
$(BINARIES): mod-tidy $(GO_FILES)
34
go build \
35
$(GO_LDFLAGS) \
36
+ -tags nodbus \
37
-o $(@) \
38
./cmd/$(@)
0 commit comments