projects
/
mtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa06c8a
)
Removed the rule for random-graph.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 6 Sep 2012 20:16:24 +0000
(22:16 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 6 Sep 2012 20:16:24 +0000
(22:16 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5f9d124
..
aecad04
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-43,10
+43,6
@@
CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) $(VERBOSE_FLAG)
all: mtp mtp_example
-random-graph: \
- random-graph.o
- $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)
-
mtp: \
path.o \
mtp_graph.o \