From 49c5198d105de3ca08fd9e6116981f82f6d08d8a Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Mon, 7 Oct 2024 21:14:37 -0400 Subject: [PATCH] Tools depend on common.h by default --- tools/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index f00a048669..e4a9eca662 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,8 +15,5 @@ all: $(tools) clean: $(RM) $(tools) -gfx: common.h -scan_includes: common.h - -%: %.c +%: %.c common.h $(CC) $(CFLAGS) -o $@ $<