aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ed748baf..8bc6ff71 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,8 +16,5 @@ all: $(tools)
clean:
$(RM) $(tools)
-gfx: common.h
-scan_includes: common.h
-
-%: %.c
+%: %.c common.h
$(CC) $(CFLAGS) -o $@ $<