diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-20 18:42:10 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-20 18:42:10 -0400 |
commit | ae60497f7722e01ccceebe799b5820717e048eb3 (patch) | |
tree | 7977b53565d5f1e259d90903213f1add3fefabce /Makefile.am | |
parent | de833c9d524d2e47b3812612995290795d2e7b84 (diff) |
Haven't committed in days, oops!
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2e307b1..7fc78c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,11 +27,14 @@ bin_SCRIPTS = \ SOURCES = \ bonnie-bee/common.scm \ bonnie-bee/assets.scm \ + bonnie-bee/background.scm \ bonnie-bee/actor.scm \ bonnie-bee/player.scm \ bonnie-bee/bullet.scm \ bonnie-bee/pollen.scm \ bonnie-bee/flower.scm \ + bonnie-bee/turret.scm \ + bonnie-bee/popcorn.scm \ bonnie-bee/game.scm \ bonnie-bee/splash.scm |