projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
set marvell switch ATU ageing time to minimum instead of maximum - hopefully fixes...
[openwrt.git]
/
package
/
robocfg
/
src
/
Makefile
1
# $Id$
2
3
all
:
robocfg
4
5
%
.o
: %
.c
6
$(
CC
) $(
CFLAGS
) $(
EXTRA_CFLAGS
) -
c
-
o
$
@
$
^
7
8
robocfg
:
robocfg.o
9
$(
CC
) -
o
$
@
$
^
10
11
clean
:
12
rm
-
f
*
.o robocfg
This page took
0.067993 seconds
and
5
git commands to generate.