tools: add make recursion rule

This commit is contained in:
Zack Buhman 2023-05-16 23:01:20 +00:00
parent f2b53ee62a
commit ab91778312
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,11 @@ vdp1/normal_sprite_animated.elf: vdp1/normal_sprite_animated.o res/mai.data.o re
smpc/input_intback.elf: smpc/input_intback.o sh/lib1funcs.o
tools:
tools/%: tools
$(MAKE) -C tools $(notdir $@)
res/dejavusansmono.font.bin: tools/ttf-convert
./tools/ttf-convert 20 7f 22 $(shell fc-match -f '%{file}' 'DejaVu Sans Mono') $@
@ -96,4 +101,4 @@ clean-sh:
wordle/word_list.hpp
PHONY: m68k
PHONY: m68k tools

Binary file not shown.