5 Star 26 Fork 154

禹霖科技开源/driver-box

forked from iBUILDING-X/driver-box 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
小菜LC 提交于 2023-07-03 14:17 . 修复并发执行script脚本问题
.PHONY: docker clean docker-no-cache
VERSION=0.3
docker:
docker build -t driver-box:$(VERSION) .
docker-no-cache:
docker build -t driver-box:$(VERSION) --no-cache .
clean:
docker rmi -f driver-box:$(VERSION)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/open-iita/driver-box.git
git@gitee.com:open-iita/driver-box.git
open-iita
driver-box
driver-box
master

搜索帮助