# There's nothing to `make' here, it's just a Perl script.
# But it is convenient to run the test suite from top-level, and take
# care of the installation common case.

default: test

install:
	cp cvs2cl.pl /usr/local/bin/cvs2cl.pl
	chmod a+x /usr/local/bin/cvs2cl.pl

test:
	@make --silent -C tests
	@echo "Iff this is the only line of output, then all tests passed."
