diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-05 16:22:25 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-05 16:22:25 -0500 |
commit | 59606f597b07313b62d0a04b8668bea9798373f5 (patch) | |
tree | 30648855adc119d4a454023ee37b81c3a9660a03 | |
parent | 5e5b0cd174126e8b183466932892926e6b068ed2 (diff) |
make: Include run-example script in release tarballs.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 279e4e5..510e9fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,7 @@ SOURCES = \ EXTRA_DIST += \ COPYING \ + run-example \ examples/audio.scm \ examples/sprite.scm \ examples/text.scm \ |