xref
: /
DragonOS-0.1.3
/
user
/
libs
/
libc
/
Makefile
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
all
:
3
$(
MAKE
)
CFLAGS
=
"
$(
CFLAGS
)
"
-C
src
all
4
5
clean
:
6
rm
-f
Cargo.lock
7
$(
MAKE
) -C
src
clean