新手操作指南Demo - 使用双汇UI代码

Makefile 88B

12345678910
  1. BASE = .
  2. .PHONY: build
  3. build:
  4. cd BUILD && node BUILD.js
  5. .PHONY: test
  6. test:
  7. npm test