mirror of
https://github.com/zhigang1992/npm.git
synced 2026-05-18 18:40:21 +08:00
8 lines
63 B
Makefile
8 lines
63 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@node test/runner.js
|
|
|
|
.PHONY: test
|
|
|