diff options
author | Son Ho | 2023-11-09 16:22:09 +0100 |
---|---|---|
committer | Son Ho | 2023-11-09 16:22:09 +0100 |
commit | 3a22c56e026ee4488bc5e2d16d2066853ae7ccb9 (patch) | |
tree | 33a01390332163a14d6d7d5da1ab3d295fccf3a6 /Makefile | |
parent | 9157959cc421c481cf584ada69f51d58da82e8f9 (diff) |
Make the traits work for Coq
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ thol4-array: OPTIONS += test-traits: OPTIONS += test-traits: SUBDIR := traits tfstar-traits: OPTIONS += -decreases-clauses -template-clauses -tcoq-traits: OPTIONS += -use-fuel +tcoq-traits: OPTIONS += tlean-traits: SUBDIR := tlean-traits: OPTIONS += thol4-traits: OPTIONS += |