فهرست منبع

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

JC Brand 6 سال پیش
والد
کامیت
918b314f70
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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