diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-08 06:22:40 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-08 06:22:40 -0400 |
commit | 13c94b0929135243b8c83890b98baa9b1370a579 (patch) | |
tree | b71c201fb314d4b88c2458204493786be4453e0e | |
parent | 15d838868b6dd7993d3f04c0a22bd9addaf731af (diff) |
Install chickadee executable.v0.8.0
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b5e77f9..bbb2887 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,6 +149,9 @@ EXTRA_DIST += \ CLEANFILES += \ $(TESTS:tests/%.scm=%.log) +bin_SCRIPTS = \ + scripts/chickadee + dist_pkgdata_DATA = \ data/AUTHORS \ data/gamecontrollerdb.txt |