diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-26 16:03:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-28 08:02:39 -0400 |
commit | f4c04f37757d1cda4fae9aa91ad72bc633b83094 (patch) | |
tree | 9ca3f07ff0e2c37fe2084e89b91f5fd9b8e6af32 /Makefile.am | |
parent | 223b668fe1cb2eecbe9f7a18e2070c4ea0ab8d65 (diff) |
cli: Add bundle subcommand.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aed1535..3f7b7d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,8 @@ SOURCES = \ chickadee/scripting.scm \ chickadee.scm \ chickadee/cli.scm \ - chickadee/cli/play.scm + chickadee/cli/play.scm \ + chickadee/cli/bundle.scm TESTS = \ tests/math/vector.scm |