sociomantic-tsunami / neptune

Sociomantic library versioning definitions, guides, and tools
Boost Software License 1.0
1 stars 15 forks source link

make: Allow using short aliases for targets #246

Closed leandro-lucarella-sociomantic closed 5 years ago

leandro-lucarella-sociomantic commented 5 years ago

Allow using make <tool> instead of having to use the much more inconvenient make build/<F>/bin/neptune-<tool>.

leandro-lucarella-sociomantic commented 5 years ago

This sits between enhancement and regression, as a while ago these aliases were supported :)

leandro-lucarella-sociomantic commented 5 years ago

Merging as it seems to work and it's pretty trivial.