aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f00a0486..e4a9eca6 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 $@ $<