From: Maxim Belkin Date: Fri, 6 Dec 2019 19:31:19 +0000 (-0600) Subject: Makefile: Windows does not like single quotes X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/d454d5916a5271ec645b219fbdf6e925db187b9f Makefile: Windows does not like single quotes --- diff --git a/Makefile b/Makefile index dd47203..a4268d7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ all : commands ## commands : show all commands. commands : - @grep -h -E '^##' ${MAKEFILES} | sed -e 's/## //g' + @grep -h -E '^##' ${MAKEFILES} | sed -e "s/## //g" ## docker-serve : use docker to build the site docker-serve :