aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-07 23:26:35 +0000
committerDavid Robillard <d@drobilla.net>2010-12-07 23:26:35 +0000
commitb38ff5a30986514a26bd800d113b40d6fcfef0db (patch)
treef36df58c0358a83c8439bf44ff9785049a16f2d3 /Makefile
parent375bed3c2e94f44fc3587f3b0cd036b97df8f72d (diff)
downloadresp-b38ff5a30986514a26bd800d113b40d6fcfef0db.tar.gz
resp-b38ff5a30986514a26bd800d113b40d6fcfef0db.tar.bz2
resp-b38ff5a30986514a26bd800d113b40d6fcfef0db.zip
Rename 'lex' to the now more appropriate 'parse'.
git-svn-id: http://svn.drobilla.net/resp/resp@308 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 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 \