summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-12 22:20:33 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-25 19:33:07 -0400
commit6dfa31d4d2ef1c1914d58c9fb67555540c5dc3a7 (patch)
tree40611ce4a7720b18d43fdea957a0d8a653056ab0 /Makefile.am
parent96c3f78cb95df3ed246827624b7ced0df0182544 (diff)
Add mesh module.
* Makefile.am (SOURCES): Add it. * sly/mesh.scm: New file.
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 ed5cb6b..468c42f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,7 @@ SOURCES = \
sly/keyboard.scm \
sly/live-reload.scm \
sly/math.scm \
+ sly/mesh.scm \
sly/mouse.scm \
sly/rect.scm \
sly/repl.scm \