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
commit 0fb807dd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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