1# This makefile builds socket_echo sample for POSIX system, like Linux 2# 3# Before using this Makefile, run Zephyr build process once to generate 4# include files. 5 6socket_dumb_http: src/socket_dumb_http.c 7 $(CC) $^ -o $@ 8