From 75d49a6dbf90a00b85f56e872958ae5af6b6af23 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Oct 2019 14:23:52 +0200 Subject: [PATCH] Fully delete js/ Signed-off-by: Joas Schilling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 295633ceef..8642822c68 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ npm-update: npm update clean: - rm -f js/* + rm -rf js/* rm -rf $(build_dir) clean-dev: clean