1 2 3 4 5 6 7 8
.PHONY: all all: node-v0.4.8 cd $< && ./configure && make && make install node-%: cur http://nodejs.org/dist/$@.tar.gz | tar zx