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