From d6d1ce98022c164cc0074e6eb7850f4cb80d16fb Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 30 Sep 2021 13:39:53 -0400 Subject: Minor Makefile fix Signed-off-by: Chris Evich --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf