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

5 lines
107 B
Makefile

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