diff options
| author | Damien George | 2014-01-03 14:03:48 +0000 |
|---|---|---|
| committer | Damien George | 2014-01-03 14:03:48 +0000 |
| commit | 66028ab6dcd1b2ec9504c3473d817649935a4a1e (patch) | |
| tree | c441ee4d665b3218e235dec24dd5a66a6fe050ef /unix/Makefile | |
| parent | aae7847508e2a9555ad3276c5cd4f42b2e66686c (diff) | |
Basic implementation of import.
import works for simple cases. Still work to do on finding the right
script, and setting globals/locals correctly when running an imported
function.
Diffstat (limited to 'unix/Makefile')
| -rw-r--r-- | unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile index b8955d11a..271cf2265 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -54,6 +54,7 @@ PY_O = \ objtuple.o \ objtype.o \ builtin.o \ + builtinimport.o \ vm.o \ showbc.o \ repl.o \ |
