This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-15 20:41:23 -03:00
parent bc27e726f7
commit dde54193b4

View File

@ -199,7 +199,7 @@ init:
$(MAKE) decompress
$(MAKE) extract -j $(nproc)
$(MAKE) all
# $(MAKE) compress
# $(MAKE) $(ROMC)
# TODO: COMPRESS resulting rom.
uncompressed: $(ROM)
@ -285,4 +285,6 @@ $(BUILD_DIR)/%.o: %.c
-include $(DEP_FILES)
# Print target for debugging
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
.PHONY: all uncompressed compressed clean init extract format checkformat decompress