shithub: pokecrystal

Download patch

ref: 9af2aee640b555f9f52503233bc06d299b99974d
parent: 40305f205e75f1d6d7ad1ee11d57b5d72a783270
author: yenatch <yenatch@gmail.com>
date: Wed Dec 27 20:25:46 EST 2017

rebuild gfx and md5 when common.h changes

--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,5 +18,6 @@
 clean:
 	rm -f $(tools)
 
+gfx md5: common.h
 %: %.c
 	$(CC) $(CFLAGS) -o $@ $<