mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
|
|
test:
|
|
./runtests.sh
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|