Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

gcc option to show rules of makefile

gcc -MM *.c
// works with c++ aswell("g++ -MM *.cpp")
 
PREVIOUS NEXT
Tagged: #gcc #option #show #rules #makefile
ADD COMMENT
Topic
Name
6+6 =