summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2015-11-01 16:06:15 -0700
committerIIMarckus <iimarckus@gmail.com>2015-11-01 16:06:15 -0700
commit25c126c69beebfdf26d0de286e25c65f6f3db16e (patch)
tree46c064628b3d8015da22d6396b3c711e80646745 /Makefile
parent006d14640ce7f434bdc09be20eb92778574d4a89 (diff)
Revert bad merge.
"Merge pull request #317 from yenatch/pngs-kind-of" This reverts commit 25025d1b6c00e94ac9e479747898d30267fb3282, reversing changes made to 0d17d4a75866d053f5e0b48c66deb2508071d98b.
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 $<