reduce complexity and change default type to str
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,8 +11,8 @@ test:
|
||||
python -m pytest
|
||||
|
||||
clean:
|
||||
find pyModeS/c_decoder -type f -name '*.c' -delete
|
||||
find pyModeS/c_decoder -type f -name '*.so' -delete
|
||||
find pyModeS/decoder -type f -name '*.c' -delete
|
||||
find pyModeS/decoder -type f -name '*.so' -delete
|
||||
find . | grep -E "(__pycache__|\.pyc|\.pyo$$)" | xargs rm -rf
|
||||
rm -rf *.egg-info
|
||||
rm -rf .pytest_cache
|
||||
|
||||
Reference in New Issue
Block a user