curl/tests/Makefile.am

11 lines
90 B
Makefile
Raw Normal View History

2000-11-10 15:24:09 +00:00
all:
install:
2000-11-10 15:24:09 +00:00
test:
./runtests.sh
clean:
rm -rf log
find . -name "*~" | xargs rm -f