From b9bc1978619e8b36fb38714d5cdcc52d80a01a67 Mon Sep 17 00:00:00 2001
From: Philippe Coval
Date: Fri, 12 Oct 2018 23:34:38 +0200
Subject: [PATCH] iotjs: Add help
Change-Id: I4ffdbecacd85e8ffc8354c3260a98006c48984e7
Signed-off-by: Philippe Coval
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 94f9caa4..2fe6c85d 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,10 @@ NODE_PATH := .:${NODE_PATH}
export NODE_PATH
+help:
+ @echo "## Usage: "
+ @echo "# make retranspile"
+
all: build
setup/%: