Makefile: fix recursive make of compiled impls.
[jackhill/mal.git] / crystal / step0_repl.cr
index 8b1958d..e1fe58a 100755 (executable)
@@ -21,6 +21,6 @@ def rep(x)
     read(eval(print(x)))
 end
 
-while line = Mal::my_readline("user> ")
+while line = my_readline("user> ")
     puts rep(line)
 end