<!DOCTYPE html>
<!-- saved from url=(0045)https://www.cnblogs.com/wzheng/p/3656833.html -->
<html lang="zh-cn" style="--olcb-folder-code-block-max-height: 80vh; --cnb-code-bg: rgb(245, 245, 245); --cnb-code-font-size: 12px; --cnb-code-color: rgb(68, 68, 68);"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="never">
<meta name="description" content="跟我一起写 Makefile陈皓 (CSDN)概述——什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但">
<meta property="og:description" content="跟我一起写 Makefile陈皓 (CSDN)概述——什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>makefile 教程 - wzheng - 博客园</title>
<link rel="canonical" href="https://www.cnblogs.com/wzheng/p/3656833.html">
<link rel="shortcut icon" id="favicon" href="https://assets.cnblogs.com/favicon.svg?v=2" type="image/svg+xml">
<style>#home :not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([highlighted]):not([class*="brush:"]) code:not(.hljs), :not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([highlighted]):not([class*="brush:"]) code:not(.hljs) {background: rgb(245, 245, 245);
padding: 12px;
border: 1px solid rgb(204, 204, 204);
border-radius: 3px;
border-color: transparent;
color: rgb(68, 68, 68);
font-family: "Courier New", sans-serif;
font-size: 12px</style><link rel="stylesheet" href="./makefile 教程 _files/blog-common.min.css">
<link id="MainCss" rel="stylesheet" href="./makefile 教程 _files/bundle-lessismoreright.min.css">
<link id="highlighter-theme-cnblogs" type="text/css" rel="stylesheet" href="./makefile 教程 _files/cnblogs.css">
<link id="mobile-style" media="only screen and (max-width: 767px)" type="text/css" rel="stylesheet" href="./makefile 教程 _files/bundle-lessismoreright-mobile.min.css">
<link type="application/rss+xml" rel="alternate" href="https://www.cnblogs.com/wzheng/rss">
<link type="application/rsd+xml" rel="EditURI" href="https://www.cnblogs.com/wzheng/rsd.xml">
<link type="application/wlwmanifest+xml" rel="wlwmanifest" href="https://www.cnblogs.com/wzheng/wlwmanifest.xml">
<script>
var currentBlogId = 135367;
var currentBlogApp = 'wzheng';
var isLogined = false;
var isBlogOwner = false;
var skinName = 'LessIsMoreRight';
var visitorUserId = '';
var hasCustomScript = false;
window.cb_enable_mathjax = false;
window.mathEngine = 0;
window.codeHighlightEngine = 1;
window.enableCodeLineNumber = false;
window.codeHighlightTheme = 'cnblogs';
window.darkModeCodeHighlightTheme = 'vs2015';
window.isDarkCodeHighlightTheme = false;
window.isDarkModeCodeHighlightThemeDark = true;
window.isDisableCodeHighlighter = false;
window.enableCodeThemeTypeFollowSystem = false;
window.enableMacStyleCodeBlock = false;
</script>
<script>
window.currentPostId = 3656833;
window.currentPostDateAdded = '2014-04-10 16:43';
</script>
<script src="./makefile 教程 _files/jquery-3.3.1.min.js.下载"></script>
<script src="./makefile 教程 _files/blog-common.min.js.下载"></script><style>.medium-zoom-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: opacity 300ms;
will-change: opacity;
}
.medium-zoom--opened .medium-zoom-overlay {
cursor: pointer;
cursor: zoom-out;
opacity: 1;
}
.medium-zoom-image {
cursor: pointer;
cursor: zoom-in;
/*
The `transition` is marked as "!important" for the animation to happen
even though it's overriden by another inline `transition` style attribute.
This is problematic with frameworks that generate inline styles on their
images (e.g. Gatsby).
See https://github.com/francoischalifour/medium-zoom/issues/110
*/
transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) !important;
}
.medium-zoom-image--hidden {
visibility: hidden;
}
.medium-zoom-image--opened {
position: relative;
cursor: pointer;
cursor: zoom-out;
will-change: transform;
}
</style><script id="hljs-script" src="./makefile 教程 _files/highlight.min.js.下载" type="text/javascript" async=""></script>
<meta property="og:image" content="http://www.itpub.net/images/smilies/13.gif"></head>
<body class="skin-lessismoreright has-navbar has-bannerbar">
<a name="top"></a>
<a href="https://damo.alibaba.com/alibaba-global-mathematics-competition?language=zh&source=10" onclick="countCreativeClicks('C0-阿里-数赛')" target="_blank" rel="nofollow">
<div class="bannerbar forpc" style="background-size: contain;background-color:#87231c;padding-left: 60px">
<img src="./makefile 教程 _files/35695-20240327135525126-1957042182.jpg" style="" onload="countCreativeImpressions('C0-阿里-数赛')">
<span id="c0_impression" style="display:none"></span>
</div>
</a>
<div id="bannerbar" class="bannerbar-mobile bannerbar-text-mobile formobile">
<a href="https://m.damo.alibaba.com/alibaba-global-mathematics-competition?language=zh&source=10" onclick="countCreativeClicks('M2-阿里-数赛')" rel="nofollow">
<img src="./makefile 教程 _files/35695-20240327135506220-1935113154.jpg" alt="" onload="countCreativeImpressionsOnMobile('M2-阿里-数赛')">
<span id="m2_impression" style="display:none"></span>
</a>
</div>
<div id="top_nav" class="navbar forpc">
<nav id="nav_main" class="navbar-main">
<ul id="nav_left" class="navbar-list navbar-left">
<li class="navbar-branding">
<a href="https://www.cnblogs.com/" title="开发者的网上家园" role="banner">
<img src="./makefile 教程 _files/logo.svg" alt="博客园Logo">
</a>
</li>
<li><a href="https://cnblogs.vip/">会员</a></li>
<li><a href="https://cnblogs.vip/store">周边</a></li>
<li>
<a href="https://news.cnblogs.com/" onclick="countClicks('nav', 'skin-navbar-news')">新闻</a>
</li>
<li>
<a href="https://q.cnblogs.com/" onclick="countClicks('nav', 'skin-navbar-q')">博问</a>
</li>
<li>
<a href="https://ai.hanghang.com/page/4649915" target="_blank">AI培训</a>
</li>
<li><a href="https://market.cnblogs.com/" target="_blank">云市场</a></li>
</ul>
<ul id="nav_right" class="navbar-list navbar-right">
<li>
<form id="zzk_search" class="navbar-search dropdown" action="https://zzk.cnblogs.com/s" method="get" role="search">
<input name="w" id="zzk_search_input" placeholder="代码改变世界" type="search" tabindex="3" autocomplete="off">
<button id="zzk
比特流1024
- 粉丝: 2150
- 资源: 185
最新资源
- 使用NetBeans连接SQLserver2008数据库教程中文WORD版最新版本
- XPath实例中文WORD版最新版本
- XPath语法规则中文WORD版最新版本
- XPath入门教程中文WORD版最新版本
- ORACLE数据库管理系统体系结构中文WORD版最新版本
- Sybase数据库安装以及新建数据库中文WORD版最新版本
- tomcat6.0配置oracle数据库连接池中文WORD版最新版本
- hibernate连接oracle数据库中文WORD版最新版本
- MyEclipse连接MySQL的方法中文WORD版最新版本
- MyEclipse中配置Hibernate连接Oracle中文WORD版最新版本
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈