aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-25 19:21:31 +0000
committerDavid Robillard <d@drobilla.net>2009-06-25 19:21:31 +0000
commitc465702dbeb1ea63a356146403eee668fb59371d (patch)
tree55b4b2e4f56634fd3fae61057472768cc629be2b /Makefile
parent29b44e4e428a4b036ba6ffd3a79c65c7da24324e (diff)
downloadresp-c465702dbeb1ea63a356146403eee668fb59371d.tar.gz
resp-c465702dbeb1ea63a356146403eee668fb59371d.tar.bz2
resp-c465702dbeb1ea63a356146403eee668fb59371d.zip
Stubs for CPS conversion.
git-svn-id: http://svn.drobilla.net/resp/tuplr@148 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ba8d84..6c7c4eb 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ OBJECTS = \
build/llvm.so \
build/gclib.so \
build/write.o \
- build/gc.o
+ build/gc.o \
+ build/cps.o
build/tuplr: $(OBJECTS)
g++ -o $@ $^ $(LDFLAGS)