Test with valgrind

This commit is contained in:
Andrei Pago 2023-04-05 19:02:29 +02:00
parent 241abd135e
commit 6809293e60
1 changed files with 1 additions and 1 deletions

View File

@ -89,4 +89,4 @@ run:
$(YLW) ./$(NAME) $(CLR_RST) $(SUCCESS)
valgrind: re
$(CYN) $(VALGRIND) ./$(NAME) $(CLR_RST) $(SUCCESS_VALG)
$(CYN) $(VALGRIND) ./$(NAME) ./assets/subject.map ./assets/full.map $(CLR_RST) $(SUCCESS_VALG)