Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.2
/
mtd-utils
/
7e7d645fb32f5a7238c8b523ea5470232050741b
/
.
/
mtd-utils-1.3.1
/
tests
/
fs-tests
/
lib
/
Makefile
blob: 8d57824069c5def6288301eee1deb97b88bda335 [
file
] [
log
] [
blame
]
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