1 Star 0 Fork 1

mayue/iputils

forked from rogerbowu/iputils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
DIR=builddir
echo "Using './$DIR' as the directory for build output"
echo
if [ $# -ne 0 ]; then
meson configure $DIR
echo
echo 'Configuration can be changed like this:'
echo " meson configure $DIR -Dprefix=/usr"
echo ' More info: http://mesonbuild.com/Configuring-a-build-directory.html'
# See also: http://mesonbuild.com/howtox.html
fi
meson $DIR
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma__yue/iputils.git
[email protected]:ma__yue/iputils.git
ma__yue
iputils
iputils
master

搜索帮助