overlays yaml

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-16 06:46:40 -03:00
parent 547cff0c43
commit 149316972a
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -222,7 +222,7 @@ decompress: $(BASEROM)
extract:
$(RM) -r asm/$(VERSION) bin/$(VERSION)
$(CAT) yamls/$(VERSION)/header.yaml yamls/$(VERSION)/makerom.yaml yamls/$(VERSION)/main.yaml > $(SPLAT_YAML)
$(CAT) yamls/$(VERSION)/header.yaml yamls/$(VERSION)/makerom.yaml yamls/$(VERSION)/main.yaml yamls/$(VERSION)/overlays.yaml > $(SPLAT_YAML)
$(SPLAT) $(SPLAT_YAML)
clean:
@@ -233,10 +233,10 @@ clean:
@git clean -fdx linker_scripts/
format:
@$(TOOLS)/format.py -j $(nproc)
@$(TOOLS)/format.py -j $(N_THREADS)
checkformat:
@$(TOOLS)/check_format.sh -j $(nproc)
@$(TOOLS)/check_format.sh -j $(N_THREADS)
# asm-differ expected object files
expected:
View File