Sign in
zircon-guest
/
third_party
/
linux
/
c791ace1e747371658237f0d30234fef56c39669
/
.
/
samples
/
watchdog
/
Makefile
blob: 9b53d89b1ccf2fb86ef9a0dbc71c61f0e6d5c1c1 [
file
] [
log
] [
blame
]
CC
:=
$
(
CROSS_COMPILE
)
gcc
PROGS
:=
watchdog
-
simple
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)