projects
/
pom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1230f
)
automatic commit
author
Francois Fleuret
<fleuret@moose.fleuret.org>
Wed, 3 Dec 2008 20:18:34 +0000
(21:18 +0100)
committer
Francois Fleuret
<fleuret@moose.fleuret.org>
Wed, 3 Dec 2008 20:18:34 +0000
(21:18 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4ae6fd4
..
b727368
100644
(file)
--- 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)