1 Star 0 Fork 1

永葆赤子/负载均衡在线oj

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
代岚 提交于 2023-04-04 13:21 . Loadbalancing onlinejudge
.PHYON:
all:
@cd ./compile_server;\
make;\
cd -;\
cd ./oj_server;\
make;\
cd -;
.PHYON:
output: all
@mkdir -p ./output/compile_server/temp;\
mkdir -p ./output/oj_server;\
cp -rf ./compile_server/temp ./output/compile_server;\
cp -rf ./compile_server/compile_server ./output/compile_server;\
cp -rf ./oj_server/oj_server ./output/oj_server;\
cp -rf ./oj_server/machine.conf ./output/oj_server;\
cp -rf ./oj_server/include ./output/oj_server;\
cp -rf ./oj_server/lib ./output/oj_server;\
cp -rf ./oj_server/question ./output/oj_server;\
cp -rf ./oj_server/template_html ./output/oj_server;\
cp -rf ./oj_server/wwwroot ./output/oj_server;
.PHYON:
clean:
@cd ./compile_server;\
make clean;\
cd -;\
cd ./oj_server;\
make clean;\
cd -;\
rm -rf output;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/boluome/load-balancing-online-oj.git
[email protected]:boluome/load-balancing-online-oj.git
boluome
load-balancing-online-oj
负载均衡在线oj
master

搜索帮助