aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-29 00:28:50 +0000
committerDavid Robillard <d@drobilla.net>2009-06-29 00:28:50 +0000
commit314482b95ff83f1f88e41d45fadd05a7e625bb0c (patch)
tree56da1ec61b8f98746a7e27e045959cf9c91ad084 /Makefile
parentf3ef0b25195098389bc7aea1e75d98e62b91b1e2 (diff)
downloadresp-314482b95ff83f1f88e41d45fadd05a7e625bb0c.tar.gz
resp-314482b95ff83f1f88e41d45fadd05a7e625bb0c.tar.bz2
resp-314482b95ff83f1f88e41d45fadd05a7e625bb0c.zip
Split code up further.
git-svn-id: http://svn.drobilla.net/resp/tuplr@165 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f91718e..9388f95 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,9 @@ OBJECTS = \
build/cps.o \
build/gc.o \
build/gclib.so \
+ build/lex.o \
build/llvm.so \
+ build/parse.o \
build/pprint.o \
build/tuplr.o \
build/unify.o