AtomBuild / atom-build-make

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

Parse targets from makefile #7

Closed noseglid closed 8 years ago

noseglid commented 8 years ago

This requires make to be executable. If it is not, the build provider will only return the default target.

Using make to parse targets is good because it solves all weird syntax issues, included files and stuff. The alternative, to parse it manually in javascript, is just too cumbersome.