Commit 3e0361ca authored by Maxime “pep” Buquet's avatar Maxime “pep” Buquet Committed by JC Brand

Makefile: Add missing quote

Signed-off-by: default avatarMaxime “pep” Buquet <pep@bouah.net>
parent 34e573f8
...@@ -35,7 +35,7 @@ all: dev dist ...@@ -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."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment