summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-09-21 19:41:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-09-21 19:41:17 -0400
commitb7bf25020f146331d161d86ef30df31d2959a8dc (patch)
treea396e712ea914a96110005ee925fdcdeb95b2373 /Makefile.am
parentf38bfe77264907d8b949aab2c0b27a9d705f239f (diff)
Add new record type syntax.
* sly/record.scm: New file. * Makefile.am (SOURCES): Add it.
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 dad4409..f7aa9cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ SOURCES = \
sly/repl.scm \
sly/signal.scm \
sly/window.scm \
+ sly/record.scm \
sly/render/utils.scm \
sly/render/color.scm \
sly/render/camera.scm \