diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-20 20:57:28 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-20 20:57:28 -0400 |
commit | ba887d36cd96e188771eda44ddfb7c31c9811fc0 (patch) | |
tree | 47ccd58137e7fb83251973bd392322417eb252c8 /Makefile.am | |
parent | 2ea098590c71f240bf26a4174d50cdf69152d7b5 (diff) |
Add placeholder boss battle.
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 7fc78c3..1b36210 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,7 @@ SOURCES = \ bonnie-bee/flower.scm \ bonnie-bee/turret.scm \ bonnie-bee/popcorn.scm \ + bonnie-bee/boss.scm \ bonnie-bee/game.scm \ bonnie-bee/splash.scm |