node/tools/eslint/node_modules/isarray/Makefile
silverwind 1aa6c5b7a9 tools: update ESLint to 2.7.0
PR-URL: https://github.com/nodejs/node/pull/6132
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
2016-05-17 17:24:47 -07:00

5 lines
54 B
Makefile

test:
@node_modules/.bin/tape test.js
.PHONY: test