简单makefile

makefile

all: main
main: main.c list.c list.h
gcc
-o main main.c list.c

原文地址:https://www.cnblogs.com/wangkangluo1/p/2194205.html