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