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