`make clean` shouldn't break if some dirs aren't there

This commit is contained in:
JC Brand 2019-07-30 14:59:28 +02:00
parent 6dbc0a0637
commit 918b314f70
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ stamp-npm: $(LERNA) package.json package-lock.json src/headless/package.json
.PHONY: clean
clean:
npm run clean
rm -r lib bin include parts
rm -rf lib bin include parts
.PHONY: dev
dev: stamp-npm