projects
/
svrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0245f
)
Added a rule to generate the archive file.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 22 Jan 2010 22:01:09 +0000
(23:01 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 22 Jan 2010 22:01:09 +0000
(23:01 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2e37a79
..
4ed1b40
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-69,6
+69,9
@@
vision_test: misc.o rgb_image.o jpeg_misc.o fusion_sort.o global.o param_parser.
Makefile.depend: *.h *.cc Makefile
$(CC) -M *.cc > Makefile.depend
+svrt.tgz:
+ cd .. ; tar zcvf /tmp/svrt.tgz svrt/*.{cc,h,sh} svrt/Makefile svrt/README.txt svrt/gpl-3.0.txt
+
clean:
\rm -f vision_test *.o Makefile.depend TAGS