Makefile: the tags file is VERY extra
This commit is contained in:
parent
ad287fd9a8
commit
9e4461fd5b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,9 +11,9 @@ TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs \
|
||||||
mtrace-test av-variance undefined-behaviour \
|
mtrace-test av-variance undefined-behaviour \
|
||||||
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 tags \
|
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
|
VERYEXTRAS=cppcheck.txt tags
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue