mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
uses the PERL variable configure digs up
This commit is contained in:
parent
6ced1ba615
commit
cb1842cb52
@ -6,10 +6,10 @@ curl:
|
|||||||
@(cd ..; make)
|
@(cd ..; make)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
perl runtests.pl
|
$(PERL) runtests.pl
|
||||||
|
|
||||||
quiet-test:
|
quiet-test:
|
||||||
perl runtests.pl -s -a
|
$(PERL) runtests.pl -s -a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf log
|
rm -rf log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user