From e23b78007250a090f1c1af7adb1e9aeca2c42a16 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 2 Aug 2020 07:02:46 -0400 Subject: [PATCH] Fix make clean to actually remove binaries Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a1b9c10..773832e8 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ docs-in-container: skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)' clean: - rm -f bin docs/*.1 + rm -rf bin docs/*.1 install: install-binary install-docs install-completions install -d -m 755 ${SIGSTOREDIR}