Skip to content
Snippets Groups Projects
Commit cb1842cb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

uses the PERL variable configure digs up

parent 6ced1ba6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment