From ec526b9d55d8b8e29268a4283b1fd42b46e650fb Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 25 Jan 2012 06:15:17 +0100 Subject: [PATCH] add MYFLAGS to makefile --- openmp/prefix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/prefix/Makefile b/openmp/prefix/Makefile index ba9a3a6..95ebbec 100644 --- a/openmp/prefix/Makefile +++ b/openmp/prefix/Makefile @@ -1,7 +1,7 @@ # GCC Makefile CC = gcc -CFLAGS = -pedantic -Wall -ggdb -fopenmp --std=c99 -O3 +CFLAGS = -pedantic -Wall -ggdb -fopenmp --std=c99 -O3 ${MYFLAGS} LDFLAGS = -fopenmp all: build/seq build/recurse build/datapar build/hillis -- 2.43.0