Ubuntu에서 c와 c++ Makefile 만들기 test1.c와 test2.cpp가 아래와 같이 있다고 가정한다! //test1.c #include int main(){ printf("test1 HELLO~!\n"); return 0; } //test2.cpp #include using namespace std; int main(){ cout