Browse Source

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

JC Brand 6 năm trước cách đây
mục cha
commit
918b314f70
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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