Makefile 42 B

12345
  1. all:
  2. gcc main.c -o run
  3. clean:
  4. rm -f run