build: Pass BSDmakefile args to gmake
[platform/upstream/nodejs.git] / BSDmakefile
1 all: .DEFAULT
2 .DEFAULT:
3         @which gmake > /dev/null 2>&1 ||\
4                 (echo "GMake is required for io.js to build.\
5                         Install and try again" && exit 1)
6         @gmake ${.MAKEFLAGS} ${.TARGETS}
7
8 .PHONY: test