1 Star 0 Fork 3

C++(开源集合)/sim

forked from Gitee 极速下载/sim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 152 Bytes
一键复制 编辑 原始数据 按行查看 历史
ideawu 提交于 2015-05-05 17:15 +08:00 . move src/test to test
$(shell sh build.sh 1>&2)
include build_config.mk
all:
cd src; make
cd test; make
clean:
cd src; make clean
cd test; make clean
rm -rf *.o a.out
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/c--open-source-collection/sim.git
git@gitee.com:c--open-source-collection/sim.git
c--open-source-collection
sim
sim
master

搜索帮助