diff options
author | Son Ho | 2023-11-09 13:52:31 +0100 |
---|---|---|
committer | Son Ho | 2023-11-09 13:52:31 +0100 |
commit | 7853ddf29773d42d41df7a915e1d19c9cfd98ac7 (patch) | |
tree | 699ea229473780715917ca651d1a872e296c74d5 /Makefile | |
parent | 38a01551719d0cefdd4a1c21a050674154b0b087 (diff) |
Update the Makefile for the F* array test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ thol4-paper: SUBDIR := misc-paper test-array: OPTIONS += test-array: SUBDIR := array -tfstar-array: OPTIONS += -decreases-clauses -template-clauses +tfstar-array: OPTIONS += -decreases-clauses -template-clauses -split-files tcoq-array: OPTIONS += -use-fuel tlean-array: SUBDIR := tlean-array: OPTIONS += |