摘要: # Makefile for compiling C program # Compiler CC = gcc # Compiler flags CFLAGS = -Wall -g # Target executable name TARGET = exe # Source files SOURCES 阅读全文
posted @ 2025-07-25 17:16 Greg_LYU 阅读(10) 评论(0) 推荐(0)