aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-10 04:24:20 +0000
committerDavid Robillard <d@drobilla.net>2010-12-10 04:24:20 +0000
commit22e329617866a6580ccff5636f148d72603fa8fc (patch)
tree4038bdc902a7726da493850e71e81b1b01102622 /Makefile
parent4b2af37d24d864db463d004930f924b5adfebc28 (diff)
downloadresp-22e329617866a6580ccff5636f148d72603fa8fc.tar.gz
resp-22e329617866a6580ccff5636f148d72603fa8fc.tar.bz2
resp-22e329617866a6580ccff5636f148d72603fa8fc.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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