2022年5月10日
摘要: Makefile Notes 1. Core Idea of Makefile The structure of a typical makefile is as below: target: dependency1 denpendency2... command ....... When we t 阅读全文
posted @ 2022-05-10 20:35 AI思 阅读(28) 评论(0) 推荐(0)