Skip to content

Commit 92787f5

Browse files
Merge pull request #2369 from hyanwong/python3-to-python
Change Makefile to use "python" rather than "python3"
2 parents 0909034 + db42724 commit 92787f5

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
@@ -5,7 +5,7 @@ SRC=msprime/_msprimemodule.c
55

66
# The default target builds the C module in the simplest way.
77
cmodule: ${SRC}
8-
python3 setup.py build_ext --inplace
8+
python setup.py build_ext --inplace
99

1010
# allchecks turns on as many checks as make sense when building
1111
# Python-C extensions.

0 commit comments

Comments
 (0)