From b38ff5a30986514a26bd800d113b40d6fcfef0db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Dec 2010 23:26:35 +0000 Subject: Rename 'lex' to the now more appropriate 'parse'. git-svn-id: http://svn.drobilla.net/resp/resp@308 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b33dd9a..c5af049 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ OBJECTS = \ build/c.o \ build/compile.o \ build/constrain.o \ + build/expand.o \ build/gc.o \ - build/lex.o \ build/lift.o \ - build/expand.o \ + build/parse.o \ build/pprint.o \ build/repl.o \ build/resp.o \ -- cgit v1.2.1