Skip to content

Commit d454d59

Browse files
committed
Makefile: Windows does not like single quotes
1 parent caf3b88 commit d454d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all : commands
3131

3232
## commands : show all commands.
3333
commands :
34-
@grep -h -E '^##' ${MAKEFILES} | sed -e 's/## //g'
34+
@grep -h -E '^##' ${MAKEFILES} | sed -e "s/## //g"
3535

3636
## docker-serve : use docker to build the site
3737
docker-serve :

0 commit comments

Comments
 (0)