projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove useless definitions in Makefile
[linpy.git]
/
Makefile
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