aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-08 03:20:50 +0000
committerDavid Robillard <d@drobilla.net>2009-10-08 03:20:50 +0000
commit3c096da60b685d8d583255e777759afa96b18321 (patch)
tree32578ce06cc71645e0fe7c7269e4afdde1e86a3a /Makefile
parent1b6ab3940ba7519c7ec3368b804e8a33f1d819db (diff)
downloadresp-3c096da60b685d8d583255e777759afa96b18321.tar.gz
resp-3c096da60b685d8d583255e777759afa96b18321.tar.bz2
resp-3c096da60b685d8d583255e777759afa96b18321.zip
Move lifting pass to separate file.
git-svn-id: http://svn.drobilla.net/resp/tuplr@205 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 e8f94cf..e432d68 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ OBJECTS = \
build/cps.o \
build/gc.o \
build/lex.o \
+ build/lift.o \
build/llvm.o \
build/parse.o \
build/pprint.o \