diff options
Diffstat (limited to 'unix-cpy/Makefile')
-rw-r--r-- | unix-cpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 9399a765c3..0f20fe31ce 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -47,6 +47,7 @@ PY_O = \ objtuple.o \ objtype.o \ builtin.o \ + builtinimport.o \ vm.o \ showbc.o \ repl.o \ |