Makefile 55 字节
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6

test:
	@node_modules/.bin/tape test.js

.PHONY: test