Skip to content

Commit

Permalink
Fix caller for python.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 11, 2024
1 parent 27d2804 commit f5347e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test3.9:
$(PY)3.9 -m pytest -v

example:
$(PY) ../example/example.py
$(PY)3.13 ../example/example.py

# ---------------------------------------------------------------------

Expand All @@ -97,7 +97,7 @@ clean:
rm -rf $(PYTHON_SRC)
rm -f $(PY_SRC)/$(NAME)*.h
rm -f $(PY_SRC)/*.a
rm -f $(PY_SRC)/*.so
rm -f(PY_SRC)/*.so
rm -f $(PY_SRC)/*.dylib
rm -f $(PY_SRC)/*.dll
rm -f $(PY_SRC)/*.dll.a
Expand Down

0 comments on commit f5347e9

Please sign in to comment.