From ca831a155303e8e34054b130229e9ca9e13faaf1 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sat, 5 Mar 2011 17:08:25 -0500 Subject: [PATCH] rest-example: add coap client to Makefile all goal --- examples/rest-example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rest-example/Makefile b/examples/rest-example/Makefile index ea81c174e..d7d9590b7 100644 --- a/examples/rest-example/Makefile +++ b/examples/rest-example/Makefile @@ -1,4 +1,4 @@ -all: rest-server-example +all: rest-server-example coap-client-example ifndef TARGET TARGET=sky