X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=Makefile;h=aecad04e96e83fbe2cb8f608334e10d6ed21a4fc;hp=5f9d12499c9cf640c209e32444761bf7f769a9cd;hb=5b566c29eac9896a002c8081e760fd3c7d3a4fc3;hpb=fa06c8a9f47351526c626703be5c75591a499f76 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 \