aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-07 23:25:14 +0000
committerDavid Robillard <d@drobilla.net>2010-12-07 23:25:14 +0000
commit375bed3c2e94f44fc3587f3b0cd036b97df8f72d (patch)
treee150e289ea4b832195b29116aa6d573ad16a1d77 /Makefile
parent7682c4ceab935d39aafac369c9b110b658b1e575 (diff)
downloadresp-375bed3c2e94f44fc3587f3b0cd036b97df8f72d.tar.gz
resp-375bed3c2e94f44fc3587f3b0cd036b97df8f72d.tar.bz2
resp-375bed3c2e94f44fc3587f3b0cd036b97df8f72d.zip
Rename 'parse' to the now more accurate 'expand'.
git-svn-id: http://svn.drobilla.net/resp/resp@307 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \