1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/Makefile.am
2000-11-12 15:11:50 +00:00

11 lines
90 B
Makefile

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