From 993663c87c194f35efd846cf9e9b4996da0dc473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Wed, 22 Oct 2025 18:40:33 +0200 Subject: [PATCH] chore(Makefile): add `norm`, `re`, & `fclean` to .PHONY var --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6041d4b..6fcf7a5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # .SILENT: -.PHONY: all clean +.PHONY: all clean fclean re norm .DEFAULT_GOAL := all SRC = $(wildcard *.c)