沈斌
2018-07-12 bd67fdc558c8568999a538d2a8e43b59ceb06756
1
2
3
4
5
6
SHELL := /bin/bash
 
test:
    @./test/run.js
 
.PHONY: test