C makefile produce only 1 out file instead of 2

后端 未结 0 1749
Happy的楠姐
Happy的楠姐 2021-01-15 16:48

Spouse, I have the files bar.c & foo.c in the same folder.

And I have the following makefile:

foo: foo.c
     gcc -o foo foo.c

all: c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题