Remove useless definitions in Makefile
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 18:57:10 +0000 (20:57 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 18:57:20 +0000 (20:57 +0200)
Makefile

index e38f79b..7114104 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