From: Francois Fleuret Date: Thu, 6 Sep 2012 20:16:24 +0000 (+0200) Subject: Removed the rule for random-graph. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=5b566c29eac9896a002c8081e760fd3c7d3a4fc3 Removed the rule for random-graph. --- diff --git a/Makefile b/Makefile index 5f9d124..aecad04 100644 --- 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 \