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.
2 parents eab1d54 + cf91f4f commit 894b9feCopy full SHA for 894b9fe
Makefile
@@ -64,7 +64,7 @@ pkg/scwversion/version.go: .git
64
65
$(BUILD_LIST): %_build: %_fmt %_iref
66
$(GOBUILD) -o $(NAME) ./$*
67
- go tool vet -all=true $(PACKAGES)
+ go tool vet -all=true $(PACKAGES) $(SRC)
68
$(CLEAN_LIST): %_clean:
69
$(GOCLEAN) ./$*
70
$(INSTALL_LIST): %_install:
0 commit comments