From 54f85fc9ef316a355e432a7461aac36282742614 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 11 Aug 2016 22:50:17 -0400 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3