diff options
Diffstat (limited to 'test/security')
-rw-r--r-- | test/security/sslendpoints/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/security/sslendpoints/Makefile b/test/security/sslendpoints/Makefile index cf5c34d72..a213e1a09 100644 --- a/test/security/sslendpoints/Makefile +++ b/test/security/sslendpoints/Makefile @@ -7,6 +7,11 @@ BINARIES := $(addprefix ${BUILD_DIR}/, ${BINARIES}) .PHONY: all all: docker-build +.PHONY: build +build: + mkdir -p "${BUILD_DIR}" + go build -o "${BUILD_DIR}/${BINARIES}" + .PHONY: clean clean: clean-docker-build clean-build |