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