makefile – 如何在mac终端中查看GNU make的版本?

前端之家收集整理的这篇文章主要介绍了makefile – 如何在mac终端中查看GNU make的版本?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
标题说明了一切.我用Google搜索但只找到了使用rpm的方法,这些方法没有安装在我的mac上.

解决方法

最简单的方法是运行make –version.例如,在我的机器上输出
mureinik@computer ~$make --version 
GNU Make 4.0
Built for x86_64-redhat-linux-gnu
Copyright (C) 1988-2013 Free Software Foundation,Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY,to the extent permitted by law.
原文链接:https://www.f2er.com/c/110803.html

猜你在找的C&C++相关文章