Newer
Older
curl:
@(cd ..; make)
perl runtests.pl
perl runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f
curl:
@(cd ..; make)
perl runtests.pl
perl runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f