diff options
author | Son Ho | 2022-02-09 18:32:18 +0100 |
---|---|---|
committer | Son Ho | 2022-02-09 18:32:18 +0100 |
commit | 1f6798412509e0020f3ad468bfe91d3b15a7ce75 (patch) | |
tree | 01083cda8fd141bc4355de736353203986c3fb54 /Makefile | |
parent | b6b77b38a16a102d3ccbc8bfad5a81a04eb3643d (diff) |
Cleanup a bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ build: test: build translate-no_nested_borrows translate-hashmap # Add specific options to some tests -translate-no_nested_borrows: TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split -no-decrease-clauses +translate-no_nested_borrows: TRANS_OPTIONS:=$(TRANS_OPTIONS) -test-units -no-split -no-decreases-clauses translate-hashmap: TRANS_OPTIONS:=$(TRANS_OPTIONS) -template-clauses # Generic rule to extract the CFIM from a rust file |