summaryrefslogtreecommitdiff
path: root/BSDmakefile
blob: fa0b4a9b878ba4453b9b1a8cbf84ab3884b4ddda (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 io.js to build.\
			Install and try again" && exit 1)
	@gmake ${.FLAGS} ${.TARGETS}

.PHONY: test