diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-10-07 21:14:37 -0400 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2024-10-07 21:14:37 -0400 |
| commit | 49c5198d105de3ca08fd9e6116981f82f6d08d8a (patch) | |
| tree | 68c0c215a7b34e1e09da329faaedcda05fcf90bc /tools | |
| parent | Remove independent tools and link to pokemon-asm-tools (diff) | |
| download | pokeyellow-49c5198d105de3ca08fd9e6116981f82f6d08d8a.tar.gz pokeyellow-49c5198d105de3ca08fd9e6116981f82f6d08d8a.tar.xz pokeyellow-49c5198d105de3ca08fd9e6116981f82f6d08d8a.zip | |
Tools depend on common.h by default
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 5 |
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 $@ $< |
