summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-26 20:12:04 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-27 17:48:35 -0400
commit9e998d7ea8b7401199ec77df78024de8699474d0 (patch)
treed4265d9af0abc91c1830db8dc9548e9f15c8aa51 /Makefile.am
parent3ca40535db2fadfd34546abcb810adc575c97e45 (diff)
Animate sprite based on elapsed program time, not agenda time.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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