SomeNet
/
public repos
/
pub
/
jan
/
parprog.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
now with fileread
[pub/jan/parprog.git]
/
openmp
/
prefix
/
Makefile
diff --git
a/openmp/prefix/Makefile
b/openmp/prefix/Makefile
index ba9a3a65d0918762c8bcea1ddd10232d2ba2ad31..95ebbec57dd1951df6b8d6906c0f80aa93efe081 100644
(file)
--- 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