X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pom.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b727368f9ae0197ef72762cda5b498ff5b717b2b;hp=4ae6fd4566b77a49a963b79d82ab3dfd3f5f47bf;hb=901c58de340c7a6d7a86965628c9eee0ce834e5a;hpb=3f1230f69c7a29011554f176771bfcd4e08d001c diff --git a/Makefile b/Makefile index 4ae6fd4..b727368 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CXXFLAGS = -Wall $(OPTIMIZE_FLAG) $(PROFILE_FLAG) all: pom pom.tgz: - cd .. ; tar zcvf pom/pom.tgz pom/*.cc pom/*.h pom/Makefile pom/images/*.png pom/test.pom pom/*.txt + cd .. ; tar zcvf pom/pom.tgz pom/{*.{cc,h,txt,pom},Makefile} pom/images/*.png pom: pom.o global.o pom_solver.o proba_view.o normal_law.o rectangle.o room.o misc.o rgb_image.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS)