Skip to content

Commit

Permalink
Make Configure.pl report the actual command used to 'make' Matrixy.
Browse files Browse the repository at this point in the history
  • Loading branch information
darbelo committed Oct 20, 2009
1 parent d720144 commit 21f2eff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Configure.pl
Expand Up @@ -44,10 +44,9 @@ =head1 SYNOPSIS
# Create the Makefile using the information we just got
create_makefiles(%config);

# this should check if it should be make/gmake/etc
print <<DIRECTIONS;
You can now type 'make' to build Matrixy.
You can now type '$config{"make"}' to build Matrixy.
Happy Hacking,
The Matrixy Team
Expand Down

0 comments on commit 21f2eff

Please sign in to comment.