Makefile 75 B

12345678
  1. all: tty.o
  2. CFLAGS += -I .
  3. tty.o: tty.c
  4. gcc $(CFLAGS) -c tty.c -o tty.o