projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b9f256ad0cc2153d52e346b9e6beee609652c1f3
[openwrt.git]
/
package
/
mtd
/
src
/
Makefile
1
# $Id$
2
3
all
:
mtd
4
5
%
.o
: %
.c
6
$(
CC
) $(
CFLAGS
) $(
EXTRA_CFLAGS
) -
c
-
o
$
@
$
^
7
8
mtd
:
mtd.o
9
$(
CC
) -
o
$
@
$
^
10
11
clean
:
12
rm
-
f
*
.o mtd
This page took
0.042156 seconds
and
3
git commands to generate.