Makefile 102 B

1234567
  1. all: corned_beef
  2. corned_beef: corned_beef.c corned_beef.h
  3. $(CC) $< -o $@
  4. clean:
  5. rm -f corned_beef