aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-09 16:47:59 +0000
committerDavid Robillard <d@drobilla.net>2011-01-09 16:47:59 +0000
commitceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81 (patch)
treefeba5ceae956c5a5978c4929aadcc2f2ad83af96 /Makefile
parent8f7ed82fdbfea13d9fce553dc42db5b8d33e4bd9 (diff)
downloadresp-ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81.tar.gz
resp-ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81.tar.bz2
resp-ceebe5e8bd7593b99d2a4c8b8fa733a85e0eae81.zip
Partially resurrect CPS translation pass.
git-svn-id: http://svn.drobilla.net/resp/trunk@405 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 00aee1e..8f09df3 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ OBJECTS = \
build/c.o \
build/compile.o \
build/constrain.o \
+ build/cps.o \
build/expand.o \
build/gc.o \
build/lift.o \