summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-07 19:50:24 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-07 19:50:24 +0200
commitfec61be456784b53906b87f853c109a757e2281f (patch)
treea9a5a94157ba95dbe234eac7f454f2ac5ca8fa0c /Makefile
parentc4759d17cafda0d6b870fa5e8d71103a9f768220 (diff)
Added missing quote in help
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe910a2..190dd08 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ tools/syncthing/copytobin:
help:
@echo "Main supported rules:"
@echo " all (default)"
- @echo " build
+ @echo " build"
@echo " package"
@echo " install"
@echo " clean"