From 0ce25338afd4bc1bda8593bf6f6d9f78856c4509 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Fri, 2 Mar 2018 13:36:17 -0800 Subject: [PATCH] Fix typo in CONTIKI_PROJECT --- examples/platform-specific/zoul/orion/client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform-specific/zoul/orion/client/Makefile b/examples/platform-specific/zoul/orion/client/Makefile index 04667b18d..22354dc98 100644 --- a/examples/platform-specific/zoul/orion/client/Makefile +++ b/examples/platform-specific/zoul/orion/client/Makefile @@ -1,4 +1,4 @@ -CONTIKI_PROJECT = client ifttt_client +CONTIKI_PROJECT = client ifttt-client all: $(CONTIKI_PROJECT) BOARD = orion