remove headers binary

This commit is contained in:
alex.sharov 2021-06-03 14:36:11 +07:00
parent 7b92b98f7a
commit 53f8026cd9

View File

@ -79,6 +79,7 @@ integration:
sentry:
$(GOBUILD) -o $(GOBIN)/sentry ./cmd/sentry
rm -f $(GOBIN)/tg # Remove old binary to prevent confusion where users still use it because of the scripts
@echo "Done building."
@echo "Run \"$(GOBIN)/sentry\" to run sentry"