We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c636ab commit e309fa4Copy full SHA for e309fa4
Makefile
@@ -7,7 +7,7 @@ CFLAGS=-std=c99 -g -O3 -march=native -funroll-loops -ffast-math \
7
all: _tsinfer.cpython-34m.so
8
9
_tsinfer.cpython-34m.so: _tsinfermodule.c
10
- CC="${CC}" CFLAGS="${CFLAGS}" python3 setup.py build_ext --inplace
+ CC="${CC}" CFLAGS="${CFLAGS}" python setup.py build_ext --inplace
11
12
ctags:
13
ctags lib/*.c lib/*.h tsinfer/*.py
0 commit comments