1# This makefile builds the sample for a POSIX system, like Linux 2# It required mbedTLS to be installed on the system, e.g. 3# libmbedtls-dev package on Debian/Ubuntu Linux. 4 5big_http_download: src/big_http_download.c 6 $(CC) $^ -lmbedcrypto -o $@ 7