From fc258d5caefb896c2790e91849963bab729ad3c1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 6 Dec 2014 13:18:16 -0500 Subject: examples: Update 2048. * examples/2048/2048: Delete. * examples/2048/2048.scm: New file. * examples/Makefile.am (examples_DATA): Add new file. Remove old one. --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 0ad17ff..46c9106 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -23,7 +23,7 @@ examples_DATA = \ joystick.scm \ simple.scm \ tilemap.scm \ - 2048/2048 \ + 2048/2048.scm \ mines/mines.scm imagedir = $(pkgdatadir)/examples/images -- cgit v1.2.3