From b754068a1e11cf480469836c6a04c6614f4d63c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Mar 2009 04:35:13 +0000 Subject: Stream based serialisation of AST nodes (can write arbitrarily large expressions without chewing memory). git-svn-id: http://svn.drobilla.net/resp/tuplr@75 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 001c37d..5ab2806 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 llvm.o +tuplr: tuplr.o typing.o llvm.o write.o g++ -o $@ $^ $(LDFLAGS) %.o: %.cpp tuplr.hpp -- cgit v1.2.1