diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-23 20:43:02 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-23 20:43:33 -0500 |
| commit | ef48ae98b5cc7a3e09633b03fa13534f65247ed6 (patch) | |
| tree | b1d5184dd1a697b4c099a2ef8c441e70fba68798 /Makefile | |
| parent | 008f591a3a1a16ea263b5e348d07f2cd29e73cca (diff) | |
Separate tilesets.o goes with pics.o and sprites.o
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ engine/movie/credits.o \ engine/overworld/events.o \ gfx/pics.o \ gfx/sprites.o \ +gfx/tilesets.o \ lib/mobile/main.o crystal11_obj := $(crystal_obj:.o=11.o) |
