Your IP : 216.73.216.48


Current Path : /hdd/hdd12/install/nodejs/node-13.6.0/
Upload File :
Current File : /hdd/hdd12/install/nodejs/node-13.6.0/BSDmakefile

# pmake might add -J (private)
FLAGS=${.MAKEFLAGS:C/\-J ([0-9]+,?)+//W}

all: .DEFAULT
.DEFAULT:
	@which gmake > /dev/null 2>&1 ||\
		(echo "GMake is required for node.js to build.\
			Install and try again" && exit 1)
	@gmake ${.FLAGS} ${.TARGETS}

.PHONY: test