Merge pull request #172 from justincormack/fix-clean

rm -rf for clean
This commit is contained in:
Justin Cormack 2017-10-30 13:36:25 +00:00 committed by GitHub
commit df201350c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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