make icon indicating copy to clipboard operation
make copied to clipboard

make is a little experiment to implement a simple task runner similar to Make in JavaScript (WIP)

Results 6 make issues
Sort by recently updated
recently updated
newest added

when I run make I got and error, it happens when it reaches this line of the Makefile `@cp -Rfv $(SOURCE)/* $(LIB)` and runing this command on windows this is...

Hi Mickael, I don't see any license on this project. Is it MIT licensed as per many of your other projects?

in the following example the FAFONT variable gets ignored: ``` FAFONT = node_modules/font-awesome/fonts clean: rm -rf build.js rm -rf mobilebuild/www mkdir mobilebuild/www dist: clean mkdir -p mobilebuild/www/img mkdir -p mobilebuild/www/css...

``` Make watchify: watchify index.js -o dist/bundle.js ``` Run ``` $ bake watch ERR: Target watch not defined. Did you mean ? - watchify ``` Prompts, enter run target.

And implement a stringify method to generate a Makefile from parsed data. I'd like to be able to "merge" Makefiles together.

`bake target --bg` When defined the `--bg` option should tell bake to try to spawn recipe in background (using `... &`) It should work with `jobs`, `bg` and `fg` commands....