|
|
|
@ -11,9 +11,9 @@ TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs \
|
|
|
|
|
mtrace-test av-variance undefined-behaviour \
|
|
|
|
|
multibrot-openmp hello-openmp mandelbrot-openmp \
|
|
|
|
|
positional-format-strings
|
|
|
|
|
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags \
|
|
|
|
|
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s \
|
|
|
|
|
mtrace-test.trace mtrace-test.txt multibrot-openmp.png
|
|
|
|
|
VERYEXTRAS=cppcheck.txt
|
|
|
|
|
VERYEXTRAS=cppcheck.txt tags
|
|
|
|
|
|
|
|
|
|
.PHONY: all
|
|
|
|
|
all: $(TARGETS)
|
|
|
|
|