mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/bash
|
|
|
|
[ -d Luban ] && rm -rf Luban
|
|
|
|
dotnet build ../../luban/src/Luban/Luban.csproj -c Release -o Luban |