Updated tests/Makefile clean rule.

Ensure tha we remove all tex, aux, log and eps generated files.
time-shift
Stéphane Adjemian (Lupi) 2016-06-15 14:39:38 +02:00
parent c9d3db7db2
commit 8b8db6bf38
1 changed files with 5 additions and 0 deletions

View File

@ -713,3 +713,8 @@ clean-local:
rm -f estimation/test_matrix.mat
rm -f initval_file/ramst_initval_file_data_col_vec_mat.mat initval_file/ramst_initval_file_data_row_vec_mat.mat initval_file/ramst_initval_file_excel.xls
find . -name "*.tex" -type f -delete
find . -name "*.aux" -type f -delete
find . -name "*.log" -type f -delete
find . -name "*.eps" -type f -delete