summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 27a8372a8..e791e3491 100644
--- a/Makefile
+++ b/Makefile
@@ -79,11 +79,6 @@ pngs:
find . -iname "*.[12]bpp" -exec touch {} \;
find . -iname "*.lz" -exec touch {} \;
-init:
- find . -iname "*.[12]bpp" -exec touch {} \;
- find . -iname "*.lz" -exec touch {} \;
-
-
%.2bpp: %.png ; $(gfx) 2bpp $<
%.1bpp: %.png ; $(gfx) 1bpp $<
%.lz: % ; $(gfx) lz $<