diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-11-08 21:32:53 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-08 21:32:53 -0500 |
commit | a23120ca572b32f12295433e9606618c7dab543c (patch) | |
tree | 09bb0b2cc19758e8be729c602441e67ba6ed08c5 | |
parent | 778dbe1bf4bf80c283a24f7777ed09c2f02f548b (diff) |
Include guix.scm file in releases.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7b38f9d..420b46e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,6 +117,7 @@ AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" EXTRA_DIST += \ COPYING \ + guix.scm \ run-example \ examples/audio.scm \ examples/sprite.scm \ |