mirror of https://github.com/nodejs/node.git
8 lines
63 B
Makefile
8 lines
63 B
Makefile
|
SHELL := /bin/bash
|
||
|
|
||
|
test:
|
||
|
@node test/runner.js
|
||
|
|
||
|
.PHONY: test
|
||
|
|