summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-06-26 11:00:39 -0700
committeryenatch <yenatch@gmail.com>2015-06-26 11:00:39 -0700
commit0f57aefdf2b97df9ed017ec5f4c6afd5df65149b (patch)
tree0220d87eea2805996447b9f30c802016e7230905 /Makefile
parent89073da581022316228818272892cb12c851cb68 (diff)
parent07b9c4b03044a6e24bfeb784df62da71ff58ae94 (diff)
Merge branch 'tilesets' into master
Conflicts: tilesets/tileset_headers.asm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fdd14760..f6407e70f 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $<