Created
September 6, 2012 21:18
-
-
Save TooTallNate/3660435 to your computer and use it in GitHub Desktop.
Using "node" to power a Makefile (I'm not sure what this would be useful for, haha!). Requires GNU Make 3.82 or newer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHELL = node | |
.SHELLFLAGS = -e | |
test: | |
@console.log('hello'); | |
@console.log('world'); |
I actually tried this a few weeks ago, couldn't get it to work. Now I know why!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CRAP I have 3.81 >_<