Makefile简易模板
摘要:
Makefile 简易模板,可直接套用 hello.c: #include <stdio.h> #include "hello.h" // 包含自己的头文件是个好习惯 // 定义 hello 函数 int hello(char *str) { printf("hello_world!\n"); pr 阅读全文
posted @ 2026-01-05 14:20 奈何清风 阅读(2) 评论(0) 推荐(0)
2026年1月5日 #
posted @ 2026-01-05 14:20 奈何清风 阅读(2) 评论(0) 推荐(0)