Quote argument in Makefile clean target

Signed-off-by: Stephen J Day <stephen.day@docker.com>
pull/120/head
Stephen J Day 2015-01-30 11:13:45 -08:00
parent b75455d2bd
commit 9abefef2a3
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ ${PREFIX}/bin/registry: version/version.go $(shell find . -type f -name '*.go')
binaries: ${PREFIX}/bin/registry
clean:
rm -rf ${PREFIX}/bin/registry
rm -rf "${PREFIX}/bin/registry"