diff options
author | Son Ho | 2022-02-24 00:03:39 +0100 |
---|---|---|
committer | Son Ho | 2022-02-24 00:03:39 +0100 |
commit | 27732e406720422313579b7d3a97977463183b89 (patch) | |
tree | bb97349fc6746a23a8a0be7b38adad235056ee9d /Makefile | |
parent | 532b43ad73a4964cd75d8548d43eb894b7f225c1 (diff) |
Finish writing the code which generates the state-error monad
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ test: build translate-no_nested_borrows translate-hashmap translate-paper # Add specific options to some tests translate-no_nested_borrows translate-paper: \ - TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split-files -no-decreases-clauses + TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split-files -no-state -no-decreases-clauses translate-no_nested_borrows translate-paper: SUBDIR:=misc translate-hashmap: TRANS_OPTIONS:=$(TRANS_OPTIONS) -template-clauses -no-state translate-hashmap: SUBDIR:=hashmap |