Skip to content

Instantly share code, notes, and snippets.

@dschep
Last active December 26, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dschep/f3083ebebfcb45a90a0054f581cc9169 to your computer and use it in GitHub Desktop.
Save dschep/f3083ebebfcb45a90a0054f581cc9169 to your computer and use it in GitHub Desktop.
Turn make into any task runner's entry point. in this example npm run-script
.PHONY: Makefile
%: Makefile
npm run -- $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment