mirror of https://github.com/pret/pokecrystal.git
rebuild gfx and md5 when common.h changes
This commit is contained in:
parent
40305f205e
commit
9af2aee640
|
@ -18,5 +18,6 @@ all: $(tools)
|
|||
clean:
|
||||
rm -f $(tools)
|
||||
|
||||
gfx md5: common.h
|
||||
%: %.c
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
|
Loading…
Reference in New Issue