diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-09-14 05:22:18 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-09-14 05:22:18 +0000 |
commit | 5ea6f6af249fe76875c3fe390a733da74ee895e9 (patch) | |
tree | 85561ae7bd5a9581c9cfa61a6fb35fdd87ccc8cb /GFX/Makefile | |
parent | 660548bae6b24e50a087fd7d6de81ea67801aa96 (diff) |
Updated 4-colour tiles with fixed generator.
Diffstat (limited to 'GFX/Makefile')
-rw-r--r-- | GFX/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GFX/Makefile b/GFX/Makefile index fa6a26d..63fbb28 100644 --- a/GFX/Makefile +++ b/GFX/Makefile @@ -10,3 +10,6 @@ Tiles-16Col.dat: Tiles-16Col.png Sprites.dat: Sprites.png snesgfx -c 16 Sprites.png Sprites.dat + +clean: + rm -f Tiles-4Col.dat palette.dat Tiles-16Col.dat Sprites.dat |