AtomBuild / atom-build-make

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

Makefile with other standard naming are not supported #4

Closed dzamlo closed 8 years ago

dzamlo commented 8 years ago

Different make implementation also recognize some other name for the Makefile. For example gnu make recognize "makefile" (lower case m) and "GNUmakefile". I think some BSD make also recognize "MAKEFILE" in addition to "Makefile" and "makefile" but I'm unable to test that.

This package should also work with them.

noseglid commented 8 years ago

Thanks for bringing this to my attention. Sorry for taking so long to respond.

The GNU Make documentation on Makefile names says it supports GNUmakefile, Makefile and makefile.

I've made a PR #11 which makes this plugin do the same!