diff options
Diffstat (limited to 'unix/Makefile')
-rw-r--r-- | unix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile index a2c9b9f5fd..7c8b5a2b9a 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 \ |