Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-18 15:23:52 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-18 15:23:52 +0300
commit75d49a6dbf90a00b85f56e872958ae5af6b6af23 (patch)
treea9a96b580c584506f013f0ee084d3fff6d30d5fe /Makefile
parentb4e237d1579ee1d012eeb6b84f448e60dea66027 (diff)
Fully delete js/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 295633cee..8642822c6 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