diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-13 08:18:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-13 08:18:57 -0400 |
commit | f35eb7269743a0433a2bcf21acac6f6b956d34fe (patch) | |
tree | 7611a3d5098521462650674d5ecc4da5ab4ccb11 /Makefile.am | |
parent | 16df94c12ab85ed588c0f04a1655a87fa0e2d94f (diff) |
Add readline bindings.
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 806157f..5164774 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ SOURCES = \ chickadee/array-list.scm \ chickadee/queue.scm \ chickadee/freetype.scm \ + chickadee/readline.scm \ chickadee/math.scm \ chickadee/math/vector.scm \ chickadee/math/bezier.scm \ |