Opsi GCC untuk menunjukkan aturan Makefile

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