diff options
author | Son Ho | 2023-08-04 22:46:48 +0200 |
---|---|---|
committer | Son Ho | 2023-08-04 22:46:48 +0200 |
commit | cb603d47be46a6957ec16b9bc68176694542e99a (patch) | |
tree | 415903c8f0ed680033401af01f9165fd5aa1e76b /Makefile | |
parent | 60db3c210aeaf66a4fe312544c6e5d4662681de7 (diff) |
Add an option to not override Hashmap.lean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ trans-hashmap: SUBDIR := hashmap tfstar-hashmap: OPTIONS += -decreases-clauses -template-clauses tcoq-hashmap: OPTIONS += -use-fuel tlean-hashmap: SUBDIR := -tlean-hashmap: OPTIONS += +tlean-hashmap: OPTIONS += -no-gen-lib-entry # We add a custom import in the Hashmap.lean file: we do not want to overwrite it thol4-hashmap: OPTIONS += trans-hashmap_main: OPTIONS += -test-trans-units |