diff --git a/Makefile b/Makefile index 690b5cb..588f738 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,7 @@ install-extra: check: $(PROG) $(SHELL) tests/run.sh ./$(PROG) +valgrind-check: $(PROG) + $(SHELL) tests/run.sh 'valgrind --leak-check=full --show-reachable=yes ./$(PROG)' + include .deps