aboutsummaryrefslogtreecommitdiff
path: root/py/Makefile
diff options
context:
space:
mode:
authorDamien2013-10-05 13:37:10 +0100
committerDamien2013-10-05 13:37:10 +0100
commitb05d707b2329a9534121e09e26eb9f8fef1917d3 (patch)
tree6c1bdbaa07b85d718283b6bfe66df15cfb1940c5 /py/Makefile
parent415eb6f8507cc8c912143e8173bd9b451f6af917 (diff)
Further factorise PASS_1 out of specific emit code.
Diffstat (limited to 'py/Makefile')
-rw-r--r--py/Makefile3
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 = \