From 483a8a349d4cde898ffc07edd09ad39588ae19d6 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Mon, 16 Oct 2023 14:48:49 -0300 Subject: [PATCH] phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60daa2de..c86bf507 100644 --- a/Makefile +++ b/Makefile @@ -295,4 +295,4 @@ $(BUILD_DIR)/%.o: %.c # Print target for debugging 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 +.PHONY: all uncompressed compressed clean init extract expected format checkformat decompress \ No newline at end of file