c - How do I make a simple makefile? GCC Unix - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
c - How do I make a simple makefile? GCC Unix - Stack Overflow
I need to compile this on Linux using gcc compiler. I'm not sure how to do this. ....
For example this simple Makefile should be sufficient: CC=gcc ...