all: install: test: ./runtests.pl quiet-test: ./runtests.pl -s -c clean: rm -rf log find . -name "*~" | xargs rm -f