makefile: remove verbose flag from rm in clean command to dramatically speed up the clean command

This commit is contained in:
Rasmus Andersson 2020-04-04 11:01:13 -07:00
parent e95089f58b
commit e59cc070cc

View file

@ -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