build: add envoy files to make clean (#2411)

This commit is contained in:
Travis Groth 2021-07-30 14:47:22 -04:00 committed by GitHub
parent 1a95036b8c
commit 3c658714ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,7 @@ clean: ## Cleanup any build binaries or packages.
@echo "==> $@"
$(RM) -r $(BINDIR)
$(RM) -r $(BUILDDIR)
$(RM) internal/envoy/files/envoy-*
.PHONY: snapshot
snapshot: build-deps ## Builds the cross-compiled binaries, naming them in such a way for release (eg. binary-GOOS-GOARCH)