AtomBuild / atom-build-make

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

Bear integration #35

Closed rapgenic closed 1 year ago

rapgenic commented 7 years ago

This change enables anyone using bear to run it as a new target.

The option is enabled by default in the settings, because if build-make doesn't find bear binary in the path, it simply doesn't run it and goes back to the default make command.

I updated minimatch dependency too, in order to avoid this message during npm install:

npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

screen