projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9abd4c9
)
Remove useless definitions in Makefile
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 18:57:10 +0000
(20:57 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 18:57:20 +0000
(20:57 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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