diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-01 08:42:06 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-01 08:42:06 -0400 |
commit | 259eae5e6c0175fd944d095ba20e181b48ef3e76 (patch) | |
tree | d4fe79eb174b965d6d3265bdc6690de6f228fdb0 | |
parent | 1ef0c9b18263ee1354987e8f104aff562a953fe6 (diff) |
Add quadtree example to release tarballs.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6bcc25a..b439cb5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ EXTRA_DIST += \ examples/sprite-batch.scm \ examples/model.scm \ examples/path.scm \ + examples/quadtree.scm \ examples/audio/AUTHORS \ examples/audio/explosion.wav \ examples/audio/spooky-dungeon.ogg \ |