From 9af2aee640b555f9f52503233bc06d299b99974d Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 28 Dec 2017 01:25:46 -0500 Subject: [PATCH] rebuild gfx and md5 when common.h changes --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ $<