8 lines
77 B
Makefile

all: tty.o
CFLAGS += -I .
tty.o: tty.c
$(CC) $(CFLAGS) -c tty.c -o tty.o