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

View File

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