diff options
| author | yenatch <yenatch@gmail.com> | 2015-06-26 11:00:39 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-06-26 11:00:39 -0700 |
| commit | 0f57aefdf2b97df9ed017ec5f4c6afd5df65149b (patch) | |
| tree | 0220d87eea2805996447b9f30c802016e7230905 /Makefile | |
| parent | 89073da581022316228818272892cb12c851cb68 (diff) | |
| parent | 07b9c4b03044a6e24bfeb784df62da71ff58ae94 (diff) | |
Merge branch 'tilesets' into master
Conflicts:
tilesets/tileset_headers.asm
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,8 +76,8 @@ pokecrystal.gbc: $(crystal_obj) pngs: find . -iname "*.lz" -exec $(gfx) unlz {} + find . -iname "*.[12]bpp" -exec $(gfx) png {} + - find . -iname "*.lz" -exec touch {} + find . -iname "*.[12]bpp" -exec touch {} + + find . -iname "*.lz" -exec touch {} + %.2bpp: %.png ; @$(gfx) 2bpp $< %.1bpp: %.png ; @$(gfx) 1bpp $< |
