Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
9216d0f16a6c0c51bdae4fbfe9351d02beb1110c
/
.
/
utils
/
MTP
/
Makefile
blob: 4678546b02d0886920c011ad6504e25d82eb4cbe [
file
] [
log
] [
blame
]
CFLAGS
=
-
Wall
LIBS
=
-
lmtp
OUTPUT
=
sendfirm
all
:
$
(
OUTPUT
)
$
(
OUTPUT
):
sendfirm
.
c
gcc $
(
CFLAGS
)
$
(
LIBS
)
-
o $
(
OUTPUT
)
sendfirm
.
c
clean
:
rm
-
f $
(
OUTPUT
)