Skip to content

Commit

Permalink
Fix Makefile for Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 12, 2024
1 parent 68c0997 commit 9787b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 9787b2a

Please sign in to comment.