mirror of
https://github.com/distribution/distribution
synced 2025-02-17 20:39:35 +01:00
Quote argument in Makefile clean target
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
b75455d2bd
commit
9abefef2a3
2
Makefile
2
Makefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user