프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / arraybuffer.slice / Makefile

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

1

    
2
REPORTER = dot
3

    
4
test:
5
	@./node_modules/.bin/mocha \
6
		--reporter $(REPORTER)
7

    
8
.PHONY: test