projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] fix wrong paths after r18955.
[openwrt.git]
/
package
/
swconfig
/
src
/
Makefile
1
ifndef
CFLAGS
2
CFLAGS
= -
O2
-
g
-
I ..
/
src
3
endif
4
LIBS
=-
lnl
5
6
all
:
swconfig
7
8
%
.o
: %
.c
9
$(
CC
) $(
CFLAGS
) -
c
-
o
$
@
$
^
10
11
swconfig
:
cli.o swlib.o uci.o
12
$(
CC
) $(
LDFLAGS
) -
o
$
@
$
^
$(
LIBS
)
This page took
0.037915 seconds
and
5
git commands to generate.