diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1d1bb01..184d3a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,9 @@ SUFFIXES = .scm .go moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/ccache +bin_SCRIPTS = \ + scripts/haunt + SOURCES = \ haunt/config.scm \ haunt/utils.scm \ |