aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-06 18:28:00 +0000
committerDavid Robillard <d@drobilla.net>2009-10-06 18:28:00 +0000
commit63d9988b36d55e85fe776a41f67009eb2f187489 (patch)
tree04883163b07f5ee524f2358d7072a82e30ccea3c /Makefile
parentec308ab801a64ac7a22e751b8ae3239ae64ed820 (diff)
downloadresp-63d9988b36d55e85fe776a41f67009eb2f187489.tar.gz
resp-63d9988b36d55e85fe776a41f67009eb2f187489.tar.bz2
resp-63d9988b36d55e85fe776a41f67009eb2f187489.zip
Rename gc and backend files to more library appropriate names (tuplr_ prefix).
git-svn-id: http://svn.drobilla.net/resp/tuplr@195 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 afe7d80..66ae353 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,9 @@ OBJECTS = \
build/constrain.o \
build/cps.o \
build/gc.o \
- build/gclib.so \
+ build/tuplr_gc.so \
build/lex.o \
- build/llvm.so \
+ build/tuplr_llvm.so \
build/parse.o \
build/pprint.o \
build/repl.o \