drush script for parsing makefiles
<?php | |
$stuff = make_parse_info_file('makefiles/highlights.make'); | |
print_r($stuff); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment