projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement isl_basic_set_constraints
[linpy.git]
/
Makefile
diff --git
a/Makefile
b/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