Browse Source

Link showbc.o in unix version.

pull/3/head
Damien 11 years ago
parent
commit
1895cf91af
  1. 1
      unix/Makefile

1
unix/Makefile

@ -30,6 +30,7 @@ PY_O = \
emitinlinethumb.o \
runtime.o \
vm.o \
showbc.o \
repl.o \
OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(PY_O))

Loading…
Cancel
Save