AtomBuild / atom-build-make

GNU Make plugin for atom-build
MIT License
13 stars 19 forks source link

Auto-extract Make commands from project makefile. #2

Closed noseglid closed 8 years ago

noseglid commented 9 years ago

From @mangecoeur (noseglid/atom-build#140)

Basically the idea is to include the functionality of the MakeCommands package from ST( https://bitbucket.org/klorenz/makecommands/src/c373e0252dd2?at=default):

If you are editing a file, which has a Makefile on same or higher level in directory structure, targets from it are automatically made available as commands. If there is a target "test", then there will be created command ":make test".

noseglid commented 8 years ago

Fixed with #7