2024年9月4日

makefile模版

摘要: # funmain:hello.cpp mymath.h mymath.cpp main.cpp # g++ -o funmain hello.cpp mymath.cpp main.cpp # Makefile for a simple C++ project # 编译器 CC = g++ # C 阅读全文

posted @ 2024-09-04 14:57 不败剑坤 阅读(117) 评论(0) 推荐(0)

导航