Skip to content

Commit caf3b88

Browse files
authored
clarify comment on python check block
1 parent ec294aa commit caf3b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ JEKYLL_VERSION=3.8.5
88
PARSER=bin/markdown_ast.rb
99
DST=_site
1010

11-
# Check Python 3 (https://stackoverflow.com/a/4933395)
11+
# Check Python 3 is installed and determine if it's called via python3 or python
12+
# (https://stackoverflow.com/a/4933395)
1213
ifneq (, $(shell which python3))
1314
PYTHON := python3
1415
else ifneq (, $(shell which python))

0 commit comments

Comments
 (0)