summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-06 08:01:58 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-06 08:01:58 -0400
commitadaf2c55d61d78398e3be355a9390551db47516f (patch)
tree1e04d8644033d976211bfb0a35bac2776d30d6c9 /Makefile.am
parent43adba9ea35bd416f2e5b704c320c25a8b660dc4 (diff)
Rename repl module to repl-server.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cad01a9..cfd94c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@ SOURCES = \
starling/asset.scm \
starling/node.scm \
starling/scene.scm \
- starling/repl.scm \
+ starling/repl-server.scm \
starling/minibuffer.scm \
starling/kernel.scm \
starling/node-2d.scm \