diff --git a/Makefile b/Makefile index 9c3fe80..5b4ff8a 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ uninstall: -rm -rf ~/.resh/ bin/resh-%: cmd/%/*.go pkg/*/*.go cmd/control/cmd/*.go cmd/control/status/status.go + grep $@ .goreleaser.yml -q # all build targets need to be included in .goreleaser.yml go build ${GOFLAGS} -o $@ cmd/$*/*.go .PHONY: ser submodules build install rebuild uninstall clean