From eab0737f1189a7b88f0a37a6b894ca4345b6853f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 14:20:05 -0400 Subject: Fix makefile issue Signed-off-by: Matthew Heon --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39e0a8cda..235ea4a22 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,6 @@ ifeq ("$(wildcard $(GOPKGDIR))","") endif touch "$(GOPATH)/.gopathok" -.bindir: - mkdir -p "$(GOPKGDIR)/bin/" - lint: .gopathok @echo "checking lint" @./.tool/lint @@ -117,7 +114,7 @@ testunit: localintegration: clean binaries test-binaries ./test/test_runner.sh ${TESTFLAGS} -binaries: .bindir conmon kpod +binaries: conmon kpod test-binaries: test/bin2img/bin2img test/copyimg/copyimg test/checkseccomp/checkseccomp MANPAGES_MD := $(wildcard docs/*.md) -- cgit v1.2.3-54-g00ecf