emacscollective / borg

Assimilate Emacs packages as Git submodules
https://emacsmirror.net/manual/borg
GNU General Public License v3.0
255 stars 28 forks source link

Use $(MAKE) variable in `build` target #147

Closed ghost closed 9 months ago

ghost commented 9 months ago

This is so that platforms with non-GNU Make (*BSD, etc.) won't fail during bootstrapping/building

tarsius commented 9 months ago

Thanks!