chore(Makefile): add norm, re, & fclean to .PHONY var

This commit is contained in:
2025-10-22 18:40:33 +02:00
parent e3b830202f
commit 993663c87c

View File

@@ -1,5 +1,5 @@
# .SILENT: # .SILENT:
.PHONY: all clean .PHONY: all clean fclean re norm
.DEFAULT_GOAL := all .DEFAULT_GOAL := all
SRC = $(wildcard *.c) SRC = $(wildcard *.c)