X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=aecad04e96e83fbe2cb8f608334e10d6ed21a4fc;hb=2cb38585fe7b08e1a13dd5418d89b152a4c6037b;hp=e390a7d8696ab2979d0698f38737bdca8bd6a515;hpb=f248d9481cd0338053cb38a18eb3898042c126d3;p=mtp.git diff --git a/Makefile b/Makefile index e390a7d..aecad04 100644 --- a/Makefile +++ b/Makefile @@ -43,13 +43,6 @@ CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) $(VERBOSE_FLAG) all: mtp mtp_example -TAGS: *.cc *.h - etags --members -l c++ *.cc *.h - -random-graph: \ - random-graph.o - $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) - mtp: \ path.o \ mtp_graph.o \ @@ -68,6 +61,6 @@ Makefile.depend: *.h *.cc Makefile $(CC) $(CXXFLAGS) -M *.cc > Makefile.depend clean: - \rm -f mtp mtp_example *.o Makefile.depend TAGS + \rm -f mtp mtp_example *.o Makefile.depend -include Makefile.depend