mirror of
https://github.com/curl/curl.git
synced 2026-04-26 22:52:12 +03:00
10 lines
90 B
Makefile
10 lines
90 B
Makefile
|
|
all:
|
|
install:
|
|
|
|
test:
|
|
./runtests.pl
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|