From 64c901f7261dcd78840f728ed2206318a23fab95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Mar 2009 19:52:13 +0000 Subject: Add dependency on tuplr.hpp for everything. Shrink. git-svn-id: http://svn.drobilla.net/resp/tuplr@60 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.1