摘要: https://stackoverflow.com/questions/4219255/how-do-you-get-the-list-of-targets-in-a-makefile 方法1: make [space] [tab] [tab] 方法2: .PHONY: list list: @LC 阅读全文
posted @ 2022-07-22 15:01 yinhuachen 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 可以使用 cat -v -t -e 把tabs用^I的形式输出,把换行符用$的形式输出 注意:在vscode的默认设置中,会把tab用两个空格代替,需要在右下角进行切换 另外,Makefile只支持tabs,不支持用空格代替tabs 来源:https://stackoverflow.com/ques 阅读全文
posted @ 2022-07-22 14:53 yinhuachen 阅读(318) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fujingcsdn/article/details/81566692 阅读全文
posted @ 2022-07-22 13:50 yinhuachen 阅读(27) 评论(0) 推荐(0) 编辑