diff --git a/Makefile b/Makefile index 73e2312..1743ab1 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,7 @@ all: d: gcc -g -std=c89 ./main.c -o th -lncurses -ltinfo -Wall && gdb --tui ./th + +v: + gcc -g -std=c89 ./main.c -o th -lncurses -ltinfo && valgrind --log-fd=9 9>>valgrind.log ./th +