blob: 084e4ef424805eba03845042dbada1e8328f7be4 [file] [log] [blame]
all:
install:
curl:
@(cd ..; make)
test:
perl runtests.pl
quiet-test:
perl runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f