2022-09-15 23:09:15 +08:00

8 lines
75 B
Makefile

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