summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b8154752..ceecda274 100644
--- a/Makefile
+++ b/Makefile
@@ -893,7 +893,7 @@ uninstall:
.PHONY: clean-binaries
clean-binaries: ## Remove platform/architecture specific binary files
rm -rf \
- bin \
+ bin
.PHONY: clean
clean: clean-binaries ## Clean all make artifacts