summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-04-17 09:32:06 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-04-17 09:32:06 -0400
commit0a7b302f04433f7e45ac694defa12d3ddda9e926 (patch)
tree0e872c8f08d18ffa1909892a1740ea85964c51f1 /Makefile.am
parentf7d9a89db443c8449c5f64a1ecf92a9b3abb6fdf (diff)
Add executable script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a673fef..5a57b33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,9 @@ SUFFIXES = .scm .go
moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
+bin_SCRIPTS = \
+ scripts/lisparuga
+
SOURCES = \
lisparuga/config.scm \
lisparuga/inotify.scm \