diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-09-19 18:36:10 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-09-19 18:36:10 +0000 |
commit | 5d11a42005159bc5c7d26e14d641e4338dd6ff93 (patch) | |
tree | 72116288aca823c22e4b748e73defe238d6938b2 /Makefile | |
parent | fd303ad278385ef0747aa11fe50048caa9514cf5 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ $(TARGET): $(LIBS) link.asm main.lib: main.asm macros.inc snes.inc tiles.lib maps.lib casm main.asm -tiles.lib: tiles.asm +tiles.lib: tiles.asm GFX/Tiles-4Col.dat GFX/Tiles-16Col.dat GFX/Sprites.dat GFX/palette.dat casm tiles.asm maps.lib: maps.asm |