diff options
author | Rasmus Andersson <rasmus@notion.se> | 2020-04-04 21:01:13 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2020-04-04 21:01:13 +0300 |
commit | e59cc070cc009a84262a4ddd54cfb5bc20b1038d (patch) | |
tree | 5ac151cc6bf853319f317309aeae8513b07a895a | |
parent | e95089f58b0cff1f90c1ac00d0b01f8b523a5017 (diff) | |
download | inter-e59cc070cc009a84262a4ddd54cfb5bc20b1038d.tar.xz |
makefile: remove verbose flag from rm in clean command to dramatically speed up the clean command
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |