mirror of
https://github.com/moparisthebest/curl
synced 2024-11-13 13:05:03 -05:00
11 lines
90 B
Makefile
11 lines
90 B
Makefile
|
|
all:
|
|
install:
|
|
|
|
test:
|
|
./runtests.sh
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|