fix make develop: --no-binary :all: (#1017)
This commit is contained in:
@@ -62,7 +62,7 @@ develop: $(MNEXEC) $(MANPAGES)
|
|||||||
# Perhaps we should link these as well
|
# Perhaps we should link these as well
|
||||||
install $(MNEXEC) $(BINDIR)
|
install $(MNEXEC) $(BINDIR)
|
||||||
install $(MANPAGES) $(MANDIR)
|
install $(MANPAGES) $(MANDIR)
|
||||||
$(PYTHON) -m pip install -e . --no-binary
|
$(PYTHON) -m pip install -e . --no-binary :all:
|
||||||
|
|
||||||
man: $(MANPAGES)
|
man: $(MANPAGES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user