All current socket samples as one of the points show portability to POSIX platforms, and provide POSIX makefiles to let user build such a version of application easily. These Makefiles were lost during CMake conversion. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
5 lines
107 B
Makefile
5 lines
107 B
Makefile
# This makefile builds the sample for a POSIX system, like Linux
|
|
|
|
http_get: src/http_get.c
|
|
$(CC) $^ -o $@
|