mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
15 lines
125 B
Makefile
15 lines
125 B
Makefile
|
|
all:
|
|
install:
|
|
|
|
test:
|
|
./runtests.pl
|
|
|
|
quiet-test:
|
|
./runtests.pl -s -a
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|
|
|