UNPKG

grunt-submake

Version:

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

6 lines (4 loc) 99 B
build: mkdir tmp/ && echo "success" > 'tmp/output.txt' test: echo "success" > 'tmp/output2.txt'