mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 03:25:04 -05:00
20dd0670ba
hardcoded-path-in-scripts problem.
15 lines
131 B
Makefile
15 lines
131 B
Makefile
|
|
all:
|
|
install:
|
|
|
|
test:
|
|
perl runtests.pl
|
|
|
|
quiet-test:
|
|
perl runtests.pl -s -a
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|
|
|