X-Git-Url: https://svn.cri.ensmp.fr/git/linpy.git/blobdiff_plain/9e103619134c8839d143951c5b814bab500fcdcf..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