curl/tests/Makefile.am

11 lines
90 B
Makefile

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