blob: 7f0573c2f708da19edafd775f8c303995b6e4cda [file] [log] [blame]
# This makefile builds the sample for a POSIX system, like Linux
http_get: src/http_get.c
$(CC) $^ -o $@