summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-27 12:51:30 -0700
committerGitHub <noreply@github.com>2019-09-27 12:51:30 -0700
commit0fb807dd6bec8daae02bdab40f0f8d14b9353cb5 (patch)
tree4d2f22e2001e705a7fac7c61fadb191cb19053e2
parentd4399eebb9f3ce91f8869902bf4b806bf2e56b35 (diff)
parentff2a4ae71c0e068e0092f4bc65a39caea1e92d90 (diff)
downloadpodman-0fb807dd6bec8daae02bdab40f0f8d14b9353cb5.tar.gz
podman-0fb807dd6bec8daae02bdab40f0f8d14b9353cb5.tar.bz2
podman-0fb807dd6bec8daae02bdab40f0f8d14b9353cb5.zip
Merge pull request #4126 from nalind/makefile-typo
Add a missing escape in the Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 745d4f215..b8d835f5d 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ clean: ## Clean artifacts
rm -rf \
.gopathok \
_output \
- release.txt
+ release.txt \
$(wildcard podman-remote*.zip) \
$(wildcard podman*.tar.gz) \
bin \