diff options
Diffstat (limited to 'teensy/Makefile')
| -rw-r--r-- | teensy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile index f86585c65..0e4286764 100644 --- a/teensy/Makefile +++ b/teensy/Makefile @@ -29,7 +29,6 @@ SRC_C = \ usb.c \ STM_SRC_C = \ - lexerstr.c \ malloc0.c \ printf.c \ string0.c \ @@ -45,6 +44,7 @@ PY_O = \ vstr.o \ unicode.o \ lexer.o \ + lexerstr.o \ parse.o \ scope.o \ compile.o \ |
