mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
5 lines
103 B
Makefile
5 lines
103 B
Makefile
all:
|
|
mkdir -p build
|
|
jsx --target es3 -x jsx . ./build
|
|
minify build/*.js >>ztui.min.js
|
|
rm -rf build
|