repo.or.cz
/
cvs2svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bring CHANGES up to date.
[cvs2svn.git]
/
cvs2svn_lib
/
Makefile
blob
661bf58789bb202ae7a05e7615b708d4a11c6b04
1
# This is a convenience Makefile, allowing "make" to be invoked in the
2
# cvs2svn_lib directory. It simply re-invokes make in the main
3
# project directory.
4
5
.PHONY
:
all
6
all
::
7
$(
MAKE
) -
C ..
8
9
%:
10
$(
MAKE
) -
C ..
$
@
11