rebuild gfx and md5 when common.h changes

This commit is contained in:
yenatch 2017-12-28 01:25:46 -05:00
parent 40305f205e
commit 9af2aee640

View File

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