1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
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