ifndef version version := $(shell \ curl -sS http://nodejs.org/ | \ ../util/bin/hrefs | \ sed -rn 's:.*node-(v[0-9.]+)\.tar\.gz:\1:p' | \ sort | \ tail -n 1) endif export CPPFLAGS := -Wno-unused-but-set-variable .PHONY: all build install all: @echo "You are made of stupid!"; exit 23 build: out/node-$(version) install: out/node-$(version) ln -vsnf ../node/$