rm -rf for clean

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-10-30 13:16:21 +00:00
parent a12e954d92
commit 71dfe66ee1

View File

@ -35,4 +35,4 @@ install: dist/moby
.PHONY: clean
clean:
rm -f dist
rm -rf dist