We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0909034 + db42724 commit 92787f5Copy full SHA for 92787f5
Makefile
@@ -5,7 +5,7 @@ SRC=msprime/_msprimemodule.c
5
6
# The default target builds the C module in the simplest way.
7
cmodule: ${SRC}
8
- python3 setup.py build_ext --inplace
+ python setup.py build_ext --inplace
9
10
# allchecks turns on as many checks as make sense when building
11
# Python-C extensions.
0 commit comments