From 9e998d7ea8b7401199ec77df78024de8699474d0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Aug 2018 20:12:04 -0400 Subject: Animate sprite based on elapsed program time, not agenda time. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 108173a..7a12ef2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,9 @@ SOURCES = \ starling/inotify.scm \ starling/asset.scm \ starling/node.scm \ - starling/node-2d.scm \ starling/repl.scm \ - starling/kernel.scm + starling/kernel.scm \ + starling/node-2d.scm EXTRA_DIST += \ COPYING -- cgit v1.2.3