aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-06 19:52:13 +0000
committerDavid Robillard <d@drobilla.net>2009-03-06 19:52:13 +0000
commit64c901f7261dcd78840f728ed2206318a23fab95 (patch)
tree1aab1f9558057d5901180f7f49e70ecc2c57ade2 /Makefile
parente74dd3739a20349005add6507d6ef191ea60b8fb (diff)
downloadresp-64c901f7261dcd78840f728ed2206318a23fab95.tar.gz
resp-64c901f7261dcd78840f728ed2206318a23fab95.tar.bz2
resp-64c901f7261dcd78840f728ed2206318a23fab95.zip
Add dependency on tuplr.hpp for everything.
Shrink. git-svn-id: http://svn.drobilla.net/resp/tuplr@60 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 85bf1ac..22c7a29 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDFLAGS=$(LLVM_LDFLAGS) -lm
tuplr: tuplr.o typing.o tuplr_llvm.o
g++ -o $@ $^ $(LDFLAGS)
-%.o: %.cpp
+%.o: %.cpp tuplr.hpp
g++ $(CXXFLAGS) -o $@ -c $<
clean: