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

7 lines
122 B
Makefile
Raw Normal View History

2015-05-08 10:03:35 -07:00
all:
mkdir -p build
jsx --target es3 -x jsx . ./build
2015-05-08 14:47:01 -07:00
rm -f ztui.min.js
2015-05-08 10:03:35 -07:00
minify build/*.js >>ztui.min.js
rm -rf build