Commit 918b314f authored by JC Brand's avatar JC Brand

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

parent 6dbc0a06
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment