diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4dbaf71..5e033aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,8 @@ EXTRA_DIST += \ README \ guix.scm \ examples/hello.scm \ - examples/hello.bmp + examples/hello.bmp \ + examples/controller.scm publish: dist gpg2 --sign --armor --yes guile-sdl2-$(VERSION).tar.gz && \ |