Pārlūkot izejas kodu

Makefile: Add missing quote

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Maxime “pep” Buquet 6 gadi atpakaļ
vecāks
revīzija
3e0361ca65
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -35,7 +35,7 @@ all: dev dist
 help:
 help:
 	@echo "Please use \`make <target>' where <target> is one of the following:"
 	@echo "Please use \`make <target>' where <target> is one of the following:"
 	@echo ""
 	@echo ""
-	@echo " all             Set up dev environment and create all builds
+	@echo " all             Set up dev environment and create all builds"
 	@echo " build           Create minified builds of converse.js and all its dependencies."
 	@echo " build           Create minified builds of converse.js and all its dependencies."
 	@echo " clean           Remove all NPM packages."
 	@echo " clean           Remove all NPM packages."
 	@echo " check           Run all tests."
 	@echo " check           Run all tests."