fix(Makefile): norm should check the libft

This commit is contained in:
Khaïs COLIN 2025-02-12 16:53:48 +01:00
parent 35ffa6f3a0
commit 2d03d208e8
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -55,7 +55,7 @@ re:
+make all
norm:
norminette src | grep -v OK || true
norminette src libft | grep -v OK || true
tests:
@echo "Running tests with AddressSanitizer..."