Gcc Options To Find Out Makefiel Rules

[Solved] Gcc Options To Find Out Makefiel Rules | Shell - Code Explorer | yomemimo.com
Question : gcc option to show rules of makefile

Answered by : impossible-ibex-1mgubnz2gkf7

gcc -MM *.c
// works with c++ aswell("g++ -MM *.cpp")

Source : | Last Update : Wed, 22 Dec 21

Answers related to gcc options to find out makefiel rules

Code Explorer Popular Question For Shell