aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-10-07 21:14:37 -0400
committerRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-10-07 21:14:37 -0400
commit49c5198d105de3ca08fd9e6116981f82f6d08d8a (patch)
tree68c0c215a7b34e1e09da329faaedcda05fcf90bc
parentRemove independent tools and link to pokemon-asm-tools (diff)
downloadpokeyellow-49c5198d105de3ca08fd9e6116981f82f6d08d8a.tar.gz
pokeyellow-49c5198d105de3ca08fd9e6116981f82f6d08d8a.tar.xz
pokeyellow-49c5198d105de3ca08fd9e6116981f82f6d08d8a.zip
Tools depend on common.h by default
-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 $@ $<