When compiling C using MinGW gcc, why only specifing the obj name works but not using $(OBJS)?

后端 未结 0 786
北海茫月
北海茫月 2021-01-30 01:20

I am testing the Makefile for MinGW gcc to compile this simple C file:

int main() {
    printf("Hello, world!\\n");
           


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