shithub: pokecrystal

Download patch

ref: 74f8d746dba41e7fd864994ddc7a9019841829e1
parent: 84ba0ffc31ec34fb4a626c4e33732ea8bc22ae38
author: yenatch <[email protected]>
date: Tue Sep 10 21:26:51 EDT 2013

abstract make targets are now phony

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 PYTHON := python
 .SUFFIXES: .asm .tx .o .gbc .png .2bpp .lz
+.PHONY: all clean pngs gfx
 .SECONDEXPANSION:
 
 TEXTFILES := $(shell find ./ -type f -name '*.asm')