aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-06 20:12:35 +0000
committerDavid Robillard <d@drobilla.net>2009-03-06 20:12:35 +0000
commit8ee76375d7f19cd0723334e33050584ec83cfe12 (patch)
tree951a59d05bfd4529fb837b49082c40e083048769 /Makefile
parent64c901f7261dcd78840f728ed2206318a23fab95 (diff)
downloadresp-8ee76375d7f19cd0723334e33050584ec83cfe12.tar.gz
resp-8ee76375d7f19cd0723334e33050584ec83cfe12.tar.bz2
resp-8ee76375d7f19cd0723334e33050584ec83cfe12.zip
Tidy.
git-svn-id: http://svn.drobilla.net/resp/tuplr@61 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 22c7a29..001c37d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LLVM_LDFLAGS=`llvm-config --ldflags --libs core jit native`
CXXFLAGS=-O0 -g -Wall -Wextra -Wno-unused-parameter $(LLVM_CXXFLAGS)
LDFLAGS=$(LLVM_LDFLAGS) -lm
-tuplr: tuplr.o typing.o tuplr_llvm.o
+tuplr: tuplr.o typing.o llvm.o
g++ -o $@ $^ $(LDFLAGS)
%.o: %.cpp tuplr.hpp