From 2e51f7b16403da44e367863572635d310f4ccf14 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 16 Jun 2015 12:11:11 +1000 Subject: [PATCH] http_get_ssl example: Fix name of output elf file --- examples/http_get_ssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http_get_ssl/Makefile b/examples/http_get_ssl/Makefile index 90c4b50..fe64c2c 100644 --- a/examples/http_get_ssl/Makefile +++ b/examples/http_get_ssl/Makefile @@ -1,2 +1,2 @@ -PROGRAM=http_get +PROGRAM=http_get_ssl include ../../common.mk