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