diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-20 20:14:11 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-20 20:14:50 -0500 |
commit | 2debe0d158a0192c7d665ad316d4bcf105e96537 (patch) | |
tree | 6cdbb06abfdb49b5ffd01ce854cd2820dc1e3054 /Makefile.am | |
parent | 15ee89a01eb02c988814df861544a6de86232de2 (diff) |
Add game controller example.
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 && \ |