aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-20 21:13:06 +0000
committerDavid Robillard <d@drobilla.net>2009-06-20 21:13:06 +0000
commit29e8db3d7c260d43d3721faea145cec1fbbf4144 (patch)
tree296e27cf335afb535e194e92e2c180ea87fe8955 /Makefile
parentd5556bc9a81ba5f5bd16f9c9d1d945f3e41355b7 (diff)
downloadresp-29e8db3d7c260d43d3721faea145cec1fbbf4144.tar.gz
resp-29e8db3d7c260d43d3721faea145cec1fbbf4144.tar.bz2
resp-29e8db3d7c260d43d3721faea145cec1fbbf4144.zip
Make backend an object.
git-svn-id: http://svn.drobilla.net/resp/tuplr@142 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53770bc..de198e1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: builddir build/tuplr
builddir:
mkdir -p build
-build/tuplr: build/tuplr.o build/typing.o build/llvm.o build/gclib.so build/write.o build/gc.o
+build/tuplr: build/tuplr.o build/typing.o build/llvm.so build/gclib.so build/write.o build/gc.o
g++ -o $@ $^ $(LDFLAGS)
build/%.o: %.cpp tuplr.hpp