mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
build: add envoy files to make clean
(#2411)
This commit is contained in:
parent
1a95036b8c
commit
3c658714ac
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue