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-libzt/zerotierone/ui/Makefile

7 lines
122 B
Makefile
Raw Normal View History

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