From 718887c3019c49fc807bc18fbd5feb975ec03c85 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 17 Apr 2014 22:23:07 -0500 Subject: Ruby,Python,C#: readline history fixes. Ruby include path. --- ruby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/Makefile') 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) -- cgit v1.2.3