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