Makefile 84 B

12345
  1. helloworld: helloworld.c
  2. gcc -o helloworld helloworld.c
  3. clean:
  4. rm -rf helloworld