SomeNet
/
public repos
/
pub
/
astra
/
parallel.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Slides as of 13.1. 2012
[pub/astra/parallel.git]
/
openmp
/
prefix
/
Makefile
diff --git
a/openmp/prefix/Makefile
b/openmp/prefix/Makefile
index 018ebe0487cb466595944b514700fa2d2f965cf0..a3192a03103c1eaf8563a7fff1a16530eea07b85 100644
(file)
--- a/
openmp/prefix/Makefile
+++ b/
openmp/prefix/Makefile
@@
-9,7
+9,7
@@
OBJECTS = $(BINARIES).o
all: prefix
-prefix: prefix.o
+prefix: prefix.o
algorithm_1.o algorithm_2.o algorithm_3.o
$(CC) -o $@ $? $(LDFLAGS)
%.o: %.c