mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
|
|
test:
|
|
./runtests.sh
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|