fix make develop: --no-binary :all: (#1017)

This commit is contained in:
lantz
2021-01-28 16:04:39 -08:00
committed by GitHub
parent 2255bc7da3
commit e07a29b4e6
+1 -1
View File
@@ -62,7 +62,7 @@ develop: $(MNEXEC) $(MANPAGES)
# Perhaps we should link these as well
install $(MNEXEC) $(BINDIR)
install $(MANPAGES) $(MANDIR)
$(PYTHON) -m pip install -e . --no-binary
$(PYTHON) -m pip install -e . --no-binary :all:
man: $(MANPAGES)