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