X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pom.git;a=blobdiff_plain;f=Makefile;h=b727368f9ae0197ef72762cda5b498ff5b717b2b;hp=4ae6fd4566b77a49a963b79d82ab3dfd3f5f47bf;hb=HEAD;hpb=97a7e68f234cc09807d2d55f550e2516be0e9093 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)