Skip to content

Commit

Permalink
build: add envoy files to make clean (pomerium#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Jul 30, 2021
1 parent 1a95036 commit 3c65871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c65871

Please sign in to comment.