mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03:00
uses the PERL variable configure digs up
This commit is contained in:
parent
6ced1ba615
commit
cb1842cb52
1 changed files with 2 additions and 2 deletions
|
|
@ -6,10 +6,10 @@ curl:
|
|||
@(cd ..; make)
|
||||
|
||||
test:
|
||||
perl runtests.pl
|
||||
$(PERL) runtests.pl
|
||||
|
||||
quiet-test:
|
||||
perl runtests.pl -s -a
|
||||
$(PERL) runtests.pl -s -a
|
||||
|
||||
clean:
|
||||
rm -rf log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue