Aliyaminim / karatsuba-multiplication

problem_mpk
0 stars 0 forks source link

Add valgrind Makefile target #4

Open sin-diesel opened 7 months ago

sin-diesel commented 7 months ago

Want to do something like this:

make valgrind
valgrind --leak-check=yes ./build/program.elf < tests/001.in 
...