n-makefile icon indicating copy to clipboard operation
n-makefile copied to clipboard

Experiment with pulling n-makefile in via a git submodule

Open matthew-andrews opened this issue 8 years ago • 1 comments

matthew-andrews avatar Mar 02 '16 23:03 matthew-andrews

I have an idea. When you include a makefile, if there's a target in the current makefile for it, it's made before it's included. You could distribute n-makefile via npm, and do something like:

include node_modules/@financial-times/n-makefile/n.makefile

node_modules/@financial-times/n-makefile/n.makefile:
    npm install

apaleslimghost avatar May 05 '16 09:05 apaleslimghost