AtomBuild / atom-build-make

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

Target extraction without running make #9

Closed noseglid closed 8 years ago

noseglid commented 8 years ago

Running make to get all targets may be quite cumbersome in both resource and number of yielded targets. Therefore, an option to allow the user to choose a simpler form of target extraction which only parses the Makefile as it is.

Directives such as "include" and other derived targets will not be visisble with this option set (which may very well be what we want).

Fixes #8