Sign in
fuchsia
/
fuchsia
/
c46e161d2d61e35b4d90ed962fa02839309831bb
/
.
/
zircon
/
third_party
/
ulib
/
linenoise
/
Makefile
blob: a285410678fb0ee8773cab2eff4fa97531de9714 [
file
] [
log
] [
blame
]
linenoise_example
:
linenoise
.
h linenoise
.
c
linenoise_example
:
linenoise
.
c example
.
c
$
(
CC
)
-
Wall
-
W
-
Os
-
g
-
o linenoise_example linenoise
.
c example
.
c
clean
:
rm
-
f linenoise_example