summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-25 22:26:21 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-25 22:33:49 -0400
commitc64811b5430f29c15d1d9737a9a34aec80ea27a9 (patch)
treef650ea0634c4208e9d9cb025a9c80f825927ddfc /Makefile.am
parentd772754dd35ec06076f01b78abb3ebc01211e6e4 (diff)
Add live coding/debugging REPL server.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e80b15e..49313d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES = \
starling/node.scm \
starling/node-2d.scm \
+ starling/repl.scm \
starling/kernel.scm
EXTRA_DIST += \