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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-01-31 09:51:45 +0300
committerdartcafe <github@dartcafe.de>2020-01-31 09:51:45 +0300
commitfee0972245d36256bc9cf2744c99f69d1ea0b5fd (patch)
treef9b35ac79fdfac95915e9e0bef1cb440a9b155b0 /Makefile
parent9b8ba6c2380fb3c1939caed41086df01c7491f1b (diff)
dev-env update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 915c4e80..61237aea 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ lint-fix:
.PHONY: clean
clean:
rm -rf $(build_dir)
- rm -rf js/
+ rm -rf js/*
mkdir -p js
clean-dev: clean
rm -rf node_modules