diff --git a/Makefile b/Makefile index ef526fe..d7e1b88 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs \ multibrot-openmp hello-openmp mandelbrot-openmp \ positional-format-strings EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s \ - mtrace-test.trace mtrace-test.txt multibrot-openmp.png + mtrace-test.trace mtrace-test.txt multibrot-openmp.png VERYEXTRAS=cppcheck.txt tags .PHONY: all