Makefile: Add missing quote

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-05-12 00:55:08 +01:00 committed by JC Brand
parent 34e573f8af
commit 3e0361ca65

View File

@ -35,7 +35,7 @@ all: dev dist
help:
@echo "Please use \`make <target>' where <target> is one of the following:"
@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 " clean Remove all NPM packages."
@echo " check Run all tests."