summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-08-11 22:50:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-08-11 22:50:17 -0400
commit54f85fc9ef316a355e432a7461aac36282742614 (patch)
treedd0ca233933e6fda348936e76cbf4d0784924e2f /Makefile.am
parenta06ff79a3276fb336fc00ff8c4c9ab1209f3441f (diff)
Add 'sly' CLI program.
* scripts/sly.in: New file. * sly/cli.scm: New file. * Makefile.am (SOURCES): Add it. * configure.ac: Process scripts/sly.in to produce sly executable. * pre-inst-env.in: Fix $PATH to include scripts directory.
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 0db0854..e499936 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,7 @@ SOURCES = \
sly/fps.scm \
sly/live-reload.scm \
sly/repl.scm \
+ sly/cli.scm \
$(WRAPPER_SOURCES) \
sly.scm