]> CRI, Mines Paris - PSL - linpy.git/blobdiff - Makefile
Implementation using iscc
[linpy.git] / Makefile
index 4ab5d2ac79c3e00926409a6e705d1d81aa0b1b1b..d45d3b20046a19faf6a0b324df9f48c7c76abd2b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,16 +3,11 @@ RM=rm -rf
 
 .PHONY: default
 default:
 
 .PHONY: default
 default:
-       @echo "pypol - A polyhedral library based on ISL"
+       @echo "polyp - A polyhedral library based on ISL"
        @echo
        @echo "Makefile usage:"
        @echo
        @echo "Makefile usage:"
-       @echo "  make test             run the test suite"
        @echo "  make clean            remove the generated files"
 
        @echo "  make clean            remove the generated files"
 
-.PHONY: test
-test:
-       $(PYTHON) -m unittest
-
 .PHONY: clean
 clean:
 .PHONY: clean
 clean:
-       $(RM) build dist MANIFEST pypol/__pycache__ tests/__pycache__
+       $(RM) build dist MANIFEST __pycache__