From 1f6798412509e0020f3ad468bfe91d3b15a7ce75 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Wed, 9 Feb 2022 18:32:18 +0100 Subject: Cleanup a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33f98089..3d318ebc 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3