From 22e329617866a6580ccff5636f148d72603fa8fc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Dec 2010 04:24:20 +0000 Subject: Move simplification from lift stage to a new (post-typing) simplify stage. git-svn-id: http://svn.drobilla.net/resp/resp@344 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5af049..cbb3ace 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ OBJECTS = \ build/pprint.o \ build/repl.o \ build/resp.o \ + build/simplify.o \ build/tlsf.o \ build/unify.o -- cgit v1.2.1