From a5185f4bc8f60fb2be82580e6f2d93fec53d0a33 Mon Sep 17 00:00:00 2001 From: Damien Date: Sun, 20 Oct 2013 14:41:27 +0100 Subject: Abstract out back-end stream functionality from lexer. --- unix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unix/Makefile') 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 \ -- cgit v1.2.3