From 918b314f70a914bd4143a0bf3280d5a1c3328e27 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 30 Jul 2019 14:59:28 +0200 Subject: [PATCH] `make clean` shouldn't break if some dirs aren't there --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89a0f3e7a..a6935984c 100644 --- a/Makefile +++ b/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