Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a0ea971e9f283271f7a3221f8b7d565e57b7c386
/
.
/
samples
/
net
/
sockets
/
dumb_http_server
/
Makefile.posix
blob: 54b8416d6229f37c55f0a4c2427c82ba5d68f476 [
file
] [
log
] [
blame
]
# This makefile builds socket_echo sample for POSIX system, like Linux
#
# Before using this Makefile, run Zephyr build process once to generate
# include files.
socket_dumb_http
:
src
/
socket_dumb_http
.
c
$
(
CC
)
$
^
-
o $@