From d6213d7bb58fceb491b5f0ecc0eb54372815730b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 6 Oct 2020 18:59:45 -0400 Subject: Add primitive in-engine REPL. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e77308b..aa89d2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ SOURCES = \ starling/node.scm \ starling/scene.scm \ starling/repl-server.scm \ + starling/repl.scm \ starling/minibuffer.scm \ starling/kernel.scm \ starling/node-2d.scm \ -- cgit v1.2.3