X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/841943174bb4d3b602e8e055592d8b54d1bb086d..a87eb293f1d72496c2645e8b90d40d896982520e:/Makefile

diff --git a/Makefile b/Makefile
index 4ab5d2a..d45d3b2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,16 +3,11 @@ RM=rm -rf
 
 .PHONY: default
 default:
-	@echo "pypol - A polyhedral library based on ISL"
+	@echo "polyp - A polyhedral library based on ISL"
 	@echo
 	@echo "Makefile usage:"
-	@echo "  make test             run the test suite"
 	@echo "  make clean            remove the generated files"
 
-.PHONY: test
-test:
-	$(PYTHON) -m unittest
-
 .PHONY: clean
 clean:
-	$(RM) build dist MANIFEST pypol/__pycache__ tests/__pycache__
+	$(RM) build dist MANIFEST __pycache__