From 63d9988b36d55e85fe776a41f67009eb2f187489 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Oct 2009 18:28:00 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.1