From dde54193b4f657ae87b000329e22a0b2e5e0417d Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sun, 15 Oct 2023 20:41:23 -0300 Subject: [PATCH] phony --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa5631eb..578644f1 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file +print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true + +.PHONY: all uncompressed compressed clean init extract format checkformat decompress \ No newline at end of file