Skip to content

Commit de39b72

Browse files
committedMar 17, 2025
chore: Update clean target in makefile to remove specific Python files
1 parent bbb1913 commit de39b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vbi/models/cpp/_src/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ _%.so: %_wrap.o
4949
clean:
5050
rm -rf *.o *.so *.pyc *_wrap.cpp *_wrap.cxx
5151
rm -rf __pycache__
52-
rm -rf *.py
52+
rm -rf do.py jr_sdde.py jr_sde.py km_sde.py mpr_sde.py wc_ode.py vep.py

0 commit comments

Comments
 (0)