xref
: /
DragonOS-0.1.2
/
kernel
/
src
/
driver
/
tty
/
Makefile
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
all
:
tty.o
3
4
CFLAGS
+= -I .
5
6
7
tty.o
:
tty.c
8
$(
CC
) $(
CFLAGS
) -c
tty.c
-o
tty.o