Merge pull request #4126 from nalind/makefile-typo

Add a missing escape in the Makefile
This commit is contained in:
OpenShift Merge Robot
2019-09-27 12:51:30 -07:00
committed by GitHub

View File

@ -189,7 +189,7 @@ clean: ## Clean artifacts
rm -rf \
.gopathok \
_output \
release.txt
release.txt \
$(wildcard podman-remote*.zip) \
$(wildcard podman*.tar.gz) \
bin \