From 375bed3c2e94f44fc3587f3b0cd036b97df8f72d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Dec 2010 23:25:14 +0000 Subject: Rename 'parse' to the now more accurate 'expand'. git-svn-id: http://svn.drobilla.net/resp/resp@307 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d76a7cc..b33dd9a 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ OBJECTS = \ build/gc.o \ build/lex.o \ build/lift.o \ - build/parse.o \ + build/expand.o \ build/pprint.o \ build/repl.o \ build/resp.o \ -- cgit v1.2.1