Makefile: don't mix indents
This commit is contained in:
parent
9e4461fd5b
commit
1fe1bba5c5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs \
|
||||||
multibrot-openmp hello-openmp mandelbrot-openmp \
|
multibrot-openmp hello-openmp mandelbrot-openmp \
|
||||||
positional-format-strings
|
positional-format-strings
|
||||||
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s \
|
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
|
VERYEXTRAS=cppcheck.txt tags
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue