mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
8 lines
77 B
Makefile
8 lines
77 B
Makefile
|
|
all: tty.o
|
|
|
|
CFLAGS += -I .
|
|
|
|
|
|
tty.o: tty.c
|
|
$(CC) $(CFLAGS) -c tty.c -o tty.o
|