summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2020-04-04 21:01:13 +0300
committerRasmus Andersson <rasmus@notion.se>2020-04-04 21:01:13 +0300
commite59cc070cc009a84262a4ddd54cfb5bc20b1038d (patch)
tree5ac151cc6bf853319f317309aeae8513b07a895a
parente95089f58b0cff1f90c1ac00d0b01f8b523a5017 (diff)
downloadinter-e59cc070cc009a84262a4ddd54cfb5bc20b1038d.tar.xz
makefile: remove verbose flag from rm in clean command to dramatically speed up the clean command
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d3189739..ee2e1660a 100644
--- a/Makefile
+++ b/Makefile
@@ -431,6 +431,6 @@ install_var_v:
# clean removes generated and built fonts in the build directory
clean:
- rm -rvf build/tmp build/fonts build/ufo build/googlefonts
+ rm -rf build/tmp build/fonts build/ufo build/googlefonts
.PHONY: clean