X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=5f2807e097c62ee4cceb0183aa91f6945fcd4a7a;hb=3ac56b682d7afe7700964639968cd0554e45e8b3;hp=38d5110eced335e6e814573ea176ba260cdf6196;hpb=431a713619d30dd7bb6e71bdbce9cef79a60ccca;p=mtp.git diff --git a/Makefile b/Makefile index 38d5110..5f2807e 100644 --- a/Makefile +++ b/Makefile @@ -35,11 +35,15 @@ endif CXXFLAGS = -Wall -I/usr/include/cairo $(OPTIMIZE_FLAG) $(PROFILE_FLAG) $(CXXGLPK) -all: mtp +all: mtp random-graph TAGS: *.cc *.h etags --members -l c++ *.cc *.h +random-graph: \ + random-graph.o + $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) + mtp: \ mtp.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)