mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
9 lines
133 B
Bash
Executable File
9 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "--- Building from Source ---"
|
|
|
|
make build-ui
|
|
make build
|
|
|
|
echo "Build complete. Binary is at ./dist/mtranserver-*"
|