diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 01:25:46 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-12-28 01:25:46 -0500 |
commit | 9af2aee640b555f9f52503233bc06d299b99974d (patch) | |
tree | 4bcf8fb4ba2ea06f91d090036ad7ac352c463f37 | |
parent | 40305f205e75f1d6d7ad1ee11d57b5d72a783270 (diff) |
rebuild gfx and md5 when common.h changes
-rw-r--r-- | tools/Makefile | 1 |
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 $@ $< |