GCC -Option, um Regeln von Makefile anzuzeigen

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