diff --git a/Makefile b/Makefile index 8183778..fa385e7 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ build_cmd:=$(GO) build $(BUILD_OPTS) $(GOFLAGS) -ldflags "$(GO_LDFLAGS)" -o aerc _!=grep -sqFx '$(build_cmd)' .aerc.d || rm -f .aerc.d .aerc.d: + @echo 'GOFLAGS have changed, recompiling' @echo '$(build_cmd)' > $@ aerc: $(GOSRC) .aerc.d