summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-09-30 13:39:53 -0400
committerChris Evich <cevich@redhat.com>2021-11-18 13:50:11 -0500
commitd6d1ce98022c164cc0074e6eb7850f4cb80d16fb (patch)
treef6d7e985ca46925d9dc1293c3e341fa8dab4e2ab
parent0376e6092c850435b4740876045fdccb467cafd8 (diff)
downloadpodman-d6d1ce98022c164cc0074e6eb7850f4cb80d16fb.tar.gz
podman-d6d1ce98022c164cc0074e6eb7850f4cb80d16fb.tar.bz2
podman-d6d1ce98022c164cc0074e6eb7850f4cb80d16fb.zip
Minor Makefile fix
Signed-off-by: Chris Evich <cevich@redhat.com>
-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