1 Star 0 Fork 92

zzh/CBB

forked from openGauss/CBB 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanghaiyan 提交于 2022-02-24 17:45 . opengauss-cm CBB first commit
#CBB_TOP_BUILDDIR = $(shell pwd)
$(eval CBB_TOP_BUILDDIR := $(abspath $(CURDIR)))
$(info $(CBB_TOP_BUILDDIR))
include $(CBB_TOP_BUILDDIR)/build/linux/opengauss/Makefile.global
SUBDIRS = src
# Supress parallel build to avoid depencies in the subdirectories.
.NOTPARALLEL:
$(recurse)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangzhihui42/CBB.git
git@gitee.com:zhangzhihui42/CBB.git
zhangzhihui42
CBB
CBB
master

搜索帮助