Implement isl_basic_set_constraints
[linpy.git] / Makefile
index edb6c69..cb233ec 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