run-tests.py: Only pass the --svnadmin option to cvs2svn when needed.
[cvs2svn.git] / cvs2svn_lib / Makefile
blob661bf58789bb202ae7a05e7615b708d4a11c6b04
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.
5 .PHONY: all
6 all::
7 $(MAKE) -C ..
9 %:
10 $(MAKE) -C .. $@