diff options
author | David Robillard <d@drobilla.net> | 2009-10-08 03:20:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-10-08 03:20:50 +0000 |
commit | 3c096da60b685d8d583255e777759afa96b18321 (patch) | |
tree | 32578ce06cc71645e0fe7c7269e4afdde1e86a3a /Makefile | |
parent | 1b6ab3940ba7519c7ec3368b804e8a33f1d819db (diff) | |
download | resp-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |