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