Added a file to clean rule that frequently gets created and not destroyed
This commit is contained in:
parent
b3a24249b2
commit
1fa96d7baa
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ clean:
|
|||
cd tools; @MAKE@ clean
|
||||
cd ext; @MAKE@ clean
|
||||
cd test_problems; @MAKE@ clean
|
||||
$(RM) mt.mod
|
||||
|
||||
docs:
|
||||
cd tools/doxygen/Cantera; doxygen Cantera.cfg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue