mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Use $(MAKE)
This commit is contained in:
parent
7b3f0693d5
commit
8e87d5abc4
4
Makefile
4
Makefile
@ -45,13 +45,13 @@ endif
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(roms) $(crystal_obj) $(crystal11_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
|
rm -f $(roms) $(crystal_obj) $(crystal11_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
|
||||||
make clean -C tools/
|
$(MAKE) clean -C tools/
|
||||||
|
|
||||||
compare: $(roms)
|
compare: $(roms)
|
||||||
@$(SHA1) -c roms.sha1
|
@$(SHA1) -c roms.sha1
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
make -C tools/
|
$(MAKE) -C tools/
|
||||||
|
|
||||||
%11.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)
|
%11.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)
|
||||||
%11.o: %.asm $$(dep)
|
%11.o: %.asm $$(dep)
|
||||||
|
Loading…
Reference in New Issue
Block a user