Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
9216d0f16a6c0c51bdae4fbfe9351d02beb1110c
/
.
/
utils
/
MTP
/
Makefile
blob: 4678546b02d0886920c011ad6504e25d82eb4cbe [
file
] [
log
] [
blame
]
Nicolas Pennequin
3e2c51d
2007-11-22 18:07:40 +0000
[
diff
] [
blame
]
1
CFLAGS
=
-
Wall
2
LIBS
=
-
lmtp
3
OUTPUT
=
sendfirm
4
5
all
:
$
(
OUTPUT
)
6
7
$
(
OUTPUT
):
sendfirm
.
c
8
gcc $
(
CFLAGS
)
$
(
LIBS
)
-
o $
(
OUTPUT
)
sendfirm
.
c
9
10
clean
:
11
rm
-
f $
(
OUTPUT
)