noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Unable to parse targets from included makefile #556

Closed swapnil823 closed 6 years ago

swapnil823 commented 6 years ago

All targets are specified in the included file but plugin is unable to find them. Is there any way to specify targets manually?

CONCATENATE_USER_FILES = no
include ../Makefile/incino.mk
noseglid commented 6 years ago

This is really an issue build-make. You need to enable Target extraction with make on that package for support with included files.