From c236772f8d06af22bc80b5fc4c4d02d2fd7257c4 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sat, 19 Apr 2014 12:35:00 +0200 Subject: [PATCH] Makefile: break long lines --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6a0e49..aaf99e4 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,13 @@ CFLAGS=-std=c99 -Wextra -pedantic -g -O0 CC_OPENMP=gcc # no OpenMP in our clang CFLAGS_OPENMP=$(CFLAGS) -fopenmp -TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example mtrace-test av-variance undefined-behaviour multibrot-openmp hello-openmp mandelbrot-openmp -EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags mtrace-test.trace mtrace-test.txt multibrot-openmp.png +TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs \ + ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom \ + wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example \ + mtrace-test av-variance undefined-behaviour \ + multibrot-openmp hello-openmp mandelbrot-openmp +EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags \ + mtrace-test.trace mtrace-test.txt multibrot-openmp.png .PHONY: all all: $(TARGETS)