diff options
Diffstat (limited to 'py/Makefile')
| -rw-r--r-- | py/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/Makefile b/py/Makefile index 36d2a5036..5b3eb1766 100644 --- a/py/Makefile +++ b/py/Makefile @@ -12,6 +12,7 @@ SRC = \ scope.c \ compile.c \ emitcommon.c \ + emitpass1.c \ emitcpy.c \ emitbc.c \ asmx64.c \ @@ -19,7 +20,7 @@ SRC = \ emitthumb.c \ asmthumb.c \ runtime.c \ - bc.c \ + vm.c \ main.c \ SRC_ASM = \ |
