lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年3月14日

摘要: 一、make 命令 (一)makefile 编写: 1、基本规则: target : prerequisites @ commands 规则说明: a、原理:若"prerequisites"发生变化,然后执行"@ commands "重新生成"target"; b、makefile 区分大小写(大小 阅读全文
posted @ 2020-03-14 14:21 lnlidawei 阅读(248) 评论(0) 推荐(0) 编辑