aboutsummaryrefslogtreecommitdiff
path: root/ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/Makefile')
-rw-r--r--ruby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Makefile b/ruby/Makefile
index bfaa826..71ab92c 100644
--- a/ruby/Makefile
+++ b/ruby/Makefile
@@ -1,6 +1,6 @@
TESTS =
-SOURCES_BASE = types.rb reader.rb printer.rb
+SOURCES_BASE = mal_readline.rb types.rb reader.rb printer.rb
SOURCES_LISP = env.rb core.rb stepA_more.rb
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)