zephyr/samples/net/sockets/echo_async/Makefile.posix

5 lines
107 B
Makefile

# This makefile builds sample for POSIX system, like Linux
socket_echo: src/socket_echo.c
$(CC) $^ -o $@