]> CRI, Mines Paris - PSL - linpy.git/blobdiff - Makefile
Remove useless definitions in Makefile
[linpy.git] / Makefile
index 687d36b46a952ab8615200a824b0a2d12ec29289..7114104ef19cbcc01a963964b41836551219a9ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
 NAME=pypol
 
 PYTHON=python3
-PIP=pip3
-VIRTUALENV=pyvenv
 SETUP=$(PYTHON) setup.py
 RM=rm -rf
 
@@ -25,5 +23,5 @@ test: build
 
 .PHONY: clean
 clean:
-       $(RM) build dist MANIFEST venv $(NAME).egg-info
-       $(RM) $(NAME)/_islhelper.*.so $(NAME)/__pycache__ $(NAME)/tests/__pycache__
+       $(RM) build dist MANIFEST venv $(NAME).egg-info $(NAME)/_islhelper.*.so
+       find . -name __pycache__ | xargs $(RM)