X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/36156a49062f344bee22bd87310b5e03f0955c5d..efe7abf81717b6bf1f0e6d66352a4c3615538789:/Makefile diff --git a/Makefile b/Makefile index edb6c69..cb233ec 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test: .PHONY: clean clean: $(RM) build dist MANIFEST venv - $(RM) pypol.egg-info pypol/islhelper.*.so pypol/__pycache__ + $(RM) pypol.egg-info pypol/_isl.*.so pypol/__pycache__ $(RM) tests/__pycache__ .PHONY: venv