Sign in
nest-open-source
/
nest-cam
/
v350
/
mtd-utils
/
refs/heads/main
/
.
/
build
/
mtd-utils
/
tests
/
fs-tests
/
lib
/
Makefile
blob: 8d57824069c5def6288301eee1deb97b88bda335 [
file
] [
log
] [
blame
] [
edit
]
ifeq
(
$
(
origin CC
),
default
)
CC
=
gcc
endif
CFLAGS
:=
$
(
CFLAGS
)
-
Wall
-
g
-
O2
LDFLAGS
:=
$
(
LDFLAGS
)
all
:
tests
.
o
tests
.
o
:
tests
.
h
clean
:
rm
-
f
*.
o
tests
:
echo