curl/tests/Makefile.am
Daniel Stenberg 336124c3dc updated
2000-11-13 16:07:17 +00:00

11 lines
90 B
Makefile

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