summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-06-11 15:05:51 -0500
committerDavid Thompson <davet@gnu.org>2015-06-15 20:56:10 -0400
commit6573261753243257c7b168e174d45c9cd40061ee (patch)
tree3bcdcbeac414887a356b375a4b230f80159efe2f /examples/Makefile.am
parentc23f81b59db98d7af4fd91a41c9b366823662083 (diff)
examples: Add Conway's Game of Life.
* examples/life.scm: New file. * examples/Makefile.am (nobase_dist_examples_DATA): Add it.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 7621f97..26ab508 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -23,6 +23,7 @@ nobase_dist_examples_DATA = \
joystick.scm \
simple.scm \
tilemap.scm \
+ life.scm \
mines/mines.scm \
images/bullet.png \
images/p1_front.png \