Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ce7fad5232aeb8d644f1359404f38fbe4974a305
/
.
/
contrib
/
hpack
/
Makefile
blob: 128a6de36e3f9074911feed3020c5c149d56e172 [
file
] [
log
] [
blame
]
CFLAGS
=
-
O2
-
Wall
-
g
-
I
../../
include
-
I
../../
ebtree
-
fwrapv
-
fno
-
strict
-
aliasing
OBJS
=
gen
-
rht decode
all
:
$
(
OBJS
)
%:
%.
c
clean
:
-
rm
-
vf $
(
OBJS
)
*.
o
*.
a
*~