이러면 c.c 랑 c.cpp 가 있으면 

make c하면 무조건 cc c.c -o c 로 되버림


make c.cpp 라고 치면 nothing to be done for "c.cpp". 라고 나오고 안됨


어떻게해야함 ㅜㅜ