aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorDamien2013-10-20 14:41:27 +0100
committerDamien2013-10-20 14:41:27 +0100
commita5185f4bc8f60fb2be82580e6f2d93fec53d0a33 (patch)
tree7864b4b9f64e87c5164f5b094c35601dc0a12743 /unix/Makefile
parent68f59a96e3cfda47a8c903c1eb8a64cf78ecea4f (diff)
Abstract out back-end stream functionality from lexer.
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index a2c9b9f5f..7c8b5a2b9 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -7,14 +7,15 @@ LDFLAGS =
SRC_C = \
main.c \
+ lexerunix.c \
PY_O = \
nlrx64.o \
malloc.o \
qstr.o \
+ vstr.o \
misc.o \
lexer.o \
- lexerfile.o \
parse.o \
scope.o \
compile.o \