]> CRI, Mines Paris - PSL - linpy.git/blobdiff - Makefile
Implement isl_basic_set_constraints
[linpy.git] / Makefile
index edb6c695086ef7664805fe1228315df0783fccbe..cb233ec7932dc3cecf9af233b1de2b648d6ec195 100644 (file)
--- 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