mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-29 17:28:52 +00:00
6 lines
103 B
Makefile
6 lines
103 B
Makefile
|
all:
|
||
|
mkdir -p build
|
||
|
jsx --target es3 -x jsx . ./build
|
||
|
minify build/*.js >>ztui.min.js
|
||
|
rm -rf build
|