makefile 69 B

12345
  1. hello.out: main.cpp
  2. g++ main.cpp -o hello.out
  3. clean:
  4. rm hello.out