From 5b566c29eac9896a002c8081e760fd3c7d3a4fc3 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 6 Sep 2012 22:16:24 +0200 Subject: [PATCH] Removed the rule for random-graph. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 \ -- 2.20.1