diff options
| author | Vincent Laporte | 2018-10-10 07:49:51 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2018-10-10 07:49:51 +0000 |
| commit | 71280c8f38824e28bb0464ed15d951b542e33b48 (patch) | |
| tree | 5d17b1761dcde23a4204544f0d2c97fa38f8ca04 /test-suite/Makefile | |
| parent | 66aa2d714f821593d24ab3959c22bc083b949815 (diff) | |
| parent | 7f445d1027cbcedf91f446bc86afea36840728ba (diff) | |
Merge PR #8457: Refactoring of Micromega plugin (including new Simplex based solver)
Diffstat (limited to 'test-suite/Makefile')
| -rw-r--r-- | test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index e35393b5e8..a1c6586d8a 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -122,7 +122,7 @@ run: $(SUBSYSTEMS) bugs: $(BUGS) clean: - rm -f trace .lia.cache output/MExtraction.out + rm -f trace .nia.cache .lia.cache output/MExtraction.out $(SHOW) 'RM <**/*.stamp> <**/*.vo> <**/*.vio> <**/*.log> <**/*.glob>' $(HIDE)find . \( \ -name '*.stamp' -o -name '*.vo' -o -name '*.vio' -o -name '*.log' -o -name '*.glob' \ |
