UNPKG

grunt-submake

Version:

Run Make rules through Grunt tasks (by just specifying the Makefile path and the rules!)

7 lines (5 loc) 92 B
ifndef OUTPUT OUTPUT="Test" endif build: mkdir tmp/ && echo $(OUTPUT) > 'tmp/output.txt'