프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / mpath / Makefile

이력 | 보기 | 이력해설 | 다운로드 (83 Bytes)

1 39 HKM
2
test:
3
	@node_modules/mocha/bin/mocha -A $(T)
4
5
bench:
6
	node bench.js
7
8
.PHONY: test