From e59cc070cc009a84262a4ddd54cfb5bc20b1038d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 4 Apr 2020 11:01:13 -0700 Subject: makefile: remove verbose flag from rm in clean command to dramatically speed up the clean command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3