mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
15 lines
125 B
Makefile
15 lines
125 B
Makefile
|
|
all:
|
|
install:
|
|
|
|
test:
|
|
./runtests.pl
|
|
|
|
quiet-test:
|
|
./runtests.pl -s -c
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|
|
|