1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-15 05:55:04 -05: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