makefile: remove verbose flag from rm in clean command to dramatically speed up the clean command
This commit is contained in:
parent
e95089f58b
commit
e59cc070cc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -431,6 +431,6 @@ install_var_v:
|
||||||
|
|
||||||
# clean removes generated and built fonts in the build directory
|
# clean removes generated and built fonts in the build directory
|
||||||
clean:
|
clean:
|
||||||
rm -rvf build/tmp build/fonts build/ufo build/googlefonts
|
rm -rf build/tmp build/fonts build/ufo build/googlefonts
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
|
||||||
Reference in a new issue