summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-05-04 17:46:01 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-05-04 17:46:01 -0400
commitc45c9fa03575881f8c8dae0c8f729ea993abad0c (patch)
tree04dd830a36ff5e1d2e82f7b1737d778ea568e75d /Makefile.am
parent2781504e2c6c7e41a62b34662ae7dc6be4a31456 (diff)
Add live-reload module.
* Makefile.am (SOURCES): Add it. * 2d/live-reload.scm: New module.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8da9182..68a5446 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,7 @@ SOURCES = \
2d/game.scm \
2d/helpers.scm \
2d/keyboard.scm \
+ 2d/live-reload.scm \
2d/math.scm \
2d/mouse.scm \
2d/rect.scm \