evoldoers / biomake

GNU-Make-like utility for managing builds and complex workflows
BSD 3-Clause "New" or "Revised" License
102 stars 9 forks source link

Fixed --always-make #1

Closed ihh closed 7 years ago

ihh commented 7 years ago

This pull request fixes the --always-make option (previously it was attempting to rebuild dependencies for which there were no build rules), and adds the -B alias (c.f. GNU make).

Also added a line to the shell script wrapper to look for swipl in the default install path for version 7.2.3 of the SWI-Prolog application on OS X.

Some minor edits of debug logging code.

cmungall commented 7 years ago

Thanks, and sorry about the false positive travis report