From 9e4461fd5bc7e43f4654ff43cf81b5502a12cb5e Mon Sep 17 00:00:00 2001 From: neingeist Date: Sat, 19 Apr 2014 13:06:47 +0200 Subject: [PATCH] Makefile: the tags file is VERY extra --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5fddb7e..ef526fe 100644 --- a/Makefile +++ b/Makefile @@ -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)