update
This commit is contained in:
parent
17f6264c18
commit
4017ff1a80
4
Makefile
4
Makefile
@ -12,7 +12,9 @@ lint::
|
||||
sh .pylint.sh
|
||||
|
||||
install::
|
||||
${PIP_EXE_MSYS} install --target ${PREFIX}/lib/python3.11/site-packages/ --upgrade .
|
||||
${PIP_EXE_MSYS} --python ${PYTHON_EXE_MSYS} install \
|
||||
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
|
||||
--upgrade .
|
||||
|
||||
rsync::
|
||||
bash .rsync.sh
|
||||
|
Loading…
Reference in New Issue
Block a user