diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-05 23:20:50 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-10 19:42:49 -0500 |
commit | 74669be9611af102ff5500cdef00f3e095078a8a (patch) | |
tree | e9b1f1d14794cc9929e8892b80c3f8c762566975 /Makefile.am | |
parent | 70597a4e11a030e1fc28b41f6cb5073082cd7646 (diff) |
math: Add rect module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 780a085..84d882a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SOURCES = \ chickadee/math.scm \ chickadee/math/vector.scm \ chickadee/math/matrix.scm \ + chickadee/math/rect.scm \ chickadee/color.scm \ chickadee/render/gl.scm \ chickadee/render/gpu.scm \ |