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:
|
clean:
|
||||||
rm -f $(tools)
|
rm -f $(tools)
|
||||||
|
|
||||||
|
gfx md5: common.h
|
||||||
%: %.c
|
%: %.c
|
||||||
$(CC) $(CFLAGS) -o $@ $<
|
$(CC) $(CFLAGS) -o $@ $<
|
||||||
|
|
Loading…
Reference in New Issue