Makefile 103 B

12345
  1. all:
  2. mkdir -p build
  3. jsx --target es3 -x jsx . ./build
  4. minify build/*.js >>ztui.min.js
  5. rm -rf build