all shouldn’t call install, whoops
This commit is contained in:
parent
4536dafa09
commit
57a28da23b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
PREFIX = /usr
|
||||
MANDIR = $(PREFIX)/share/man
|
||||
|
||||
all: build install
|
||||
all: build
|
||||
|
||||
build:
|
||||
python setup.py build
|
||||
|
|
Loading…
Reference in a new issue