Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-daemon
/
87e5103c52e17c857af8179008b6b8360fed28e1
/
.
/
Makefile
blob: cdf62d1f630162bf4b136228200adc16d13f1cbf [
file
] [
log
] [
blame
] [
raw
]
ifeq
(
$
(
CC
),
cc
)
CC
:=
gcc
endif
CFLAGS
+=
-
Wall
-
O1
LIBS
+=
-
lreadline
OBJECTS
=
client
.
o client
-
cli
.
o
local
-
packet
.
o main
.
o server
.
o
all
:
sshoutcfg sshoutd
sshoutd
:
$
(
OBJECTS
)
$
(
CC
)
$
^
-
o $@ $
(
LIBS
)
clean
:
rm
-
f $
(
OBJECTS
)
sshoutd