From c45c9fa03575881f8c8dae0c8f729ea993abad0c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 4 May 2014 17:46:01 -0400 Subject: Add live-reload module. * Makefile.am (SOURCES): Add it. * 2d/live-reload.scm: New module. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3