Suppress huge output from make when cleaning

master
Leo White 2019-08-28 09:47:49 +01:00
parent 5ad64306d3
commit aed2699727
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ list-all-asts:
@for f in $(AST_FILES); do echo "'$$f'"; done
partialclean::
rm -f $(AST_FILES)
@rm -f $(AST_FILES)