This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ui/Makefile
2015-05-08 10:03:35 -07:00

6 lines
103 B
Makefile

all:
mkdir -p build
jsx --target es3 -x jsx . ./build
minify build/*.js >>ztui.min.js
rm -rf build