Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.2
/
mtd-utils
/
7e7d645fb32f5a7238c8b523ea5470232050741b
/
.
/
mtd-utils-1.3.1
/
tests
/
fs-tests
/
integrity
/
Makefile
blob: a35f4d0d75c2f08acdd374f8804ad7c72dffb4a5 [
file
] [
log
] [
blame
]
ifeq
(
$
(
origin CC
),
default
)
CC
=
gcc
endif
CFLAGS
:=
$
(
CFLAGS
)
-
Wall
-
g
-
O2
-
I
../
lib
LDFLAGS
:=
$
(
LDFLAGS
)
TARGETS
=
integck
all
:
$
(
TARGETS
)
$
(
TARGETS
):
../
lib
/
tests
.
o
../
lib
/
tests
.
o
:
../
lib
/
tests
.
h
clean
:
rm
-
f
*.
o $
(
TARGETS
)
tests
:
all
./
integck