diff options
| author | BESSON Frederic | 2020-09-11 17:22:50 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-09-15 15:56:39 +0200 |
| commit | 6b379b22f445c970237d815cbbbf9dfa33e055d2 (patch) | |
| tree | f37f6dbcccfd63505ce28c973cd0b79eaa6c2d78 /test-suite/Makefile | |
| parent | 43ad95fc6723bd82960b15dda708600073fc7435 (diff) | |
Updated .csdp.cache.test-suite and minor fixes
- merlin.in : added zarith
- test-suite/Makefile remove .csdp.cache on make clean
updated .csdp.cache.test-suite
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 758374c5de..6c373701cf 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -141,7 +141,7 @@ run: $(SUBSYSTEMS) bugs: $(BUGS) clean: - rm -f trace .nia.cache .lia.cache output/MExtraction.out + rm -f trace .csdp.cache .nia.cache .lia.cache output/MExtraction.out rm -f vos/Makefile vos/Makefile.conf $(SHOW) 'RM <**/*.stamp> <**/*.vo> <**/*.vio> <**/*.log> <**/*.glob>' $(HIDE)find . \( \ |
