aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-28 23:35:44 +0000
committerDavid Robillard <d@drobilla.net>2009-06-28 23:35:44 +0000
commita80bdcc56bab969dbb214344c01a215e66b91f08 (patch)
treebc008b054328703e839e89717146cf082ea3c1eb /Makefile
parentc8683781a1fc347cd8ef86f2b4d40b1c34331e3c (diff)
downloadresp-a80bdcc56bab969dbb214344c01a215e66b91f08.tar.gz
resp-a80bdcc56bab969dbb214344c01a215e66b91f08.tar.bz2
resp-a80bdcc56bab969dbb214344c01a215e66b91f08.zip
write.cpp -> pprint.cpp.
git-svn-id: http://svn.drobilla.net/resp/tuplr@162 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6eff895..29061a4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,10 @@ OBJECTS = \
build/gc.o \
build/gclib.so \
build/llvm.so \
+ build/pprint.o \
build/tuplr.o \
build/typing.o \
- build/unify.o \
- build/write.o
+ build/unify.o
build/tuplr: $(OBJECTS)
g++ -o $@ $^ $(LDFLAGS)