From: Vivien Maisonneuve Date: Wed, 25 Jun 2014 18:57:10 +0000 (+0200) Subject: Remove useless definitions in Makefile X-Git-Tag: 1.0~199 X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/4679d5d25fb9a61e773302bbb8bb7d1054903a4c Remove useless definitions in Makefile --- diff --git a/Makefile b/Makefile index e38f79b..7114104 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ NAME=pypol PYTHON=python3 -PIP=pip3 -VIRTUALENV=pyvenv SETUP=$(PYTHON) setup.py RM=rm -rf