My Makefile does not generate my C program executable

后端 未结 0 402
心在旅途
心在旅途 2020-12-16 11:09

I have the following problem.My makefile is the following:

CC=gcc
CFLAGS=-Wall
main: main.o hello_fn.o

clean:
      rm -f main main.o hello_fn.o
相关标签:
回答
  • 消灭零回复
提交回复
热议问题