summaryrefslogtreecommitdiffstats
path: root/node/Makefile
blob: 00e27b6f80d36ebe110e9fa62cdbca7e41824b83 (plain)
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