From 497d60773b1fd47b4ba250ed8f7e78acccdabfaf Mon Sep 17 00:00:00 2001 From: Pierre Goutagny Date: Thu, 3 Jun 2021 15:55:08 +0200 Subject: Add RTLTunneling.v --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8d91026e..0556a93c 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,7 @@ BACKEND=\ Allnontrap.v Allnontrapproof.v \ Allocation.v Allocationproof.v \ Tunneling.v Tunnelingproof.v \ + RTLTunneling.v \ Linear.v Lineartyping.v \ Linearize.v Linearizeproof.v \ CleanupLabels.v CleanupLabelsproof.v \ -- cgit