Variables
To see the complete list of predefined variables
for your instance of GNU make
you can run make -p
in a directory with no makefiles.
- CC - Program for compiling C programs; default ‘cc’.
- CFLAGS - Extra flags to give to the C compiler.
To see the complete list of predefined variables
for your instance of GNU make
you can run make -p
in a directory with no makefiles.