mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
fix(Makefile): norm should check the libft
This commit is contained in:
parent
35ffa6f3a0
commit
2d03d208e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue