summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-28 01:25:46 -0500
committeryenatch <yenatch@gmail.com>2017-12-28 01:25:46 -0500
commit9af2aee640b555f9f52503233bc06d299b99974d (patch)
tree4bcf8fb4ba2ea06f91d090036ad7ac352c463f37
parent40305f205e75f1d6d7ad1ee11d57b5d72a783270 (diff)
rebuild gfx and md5 when common.h changes
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 36c643d41..4a5d51507 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,5 +18,6 @@ all: $(tools)
clean:
rm -f $(tools)
+gfx md5: common.h
%: %.c
$(CC) $(CFLAGS) -o $@ $<