Skip to content
Snippets Groups Projects
Unverified Commit e07a29b4 authored by lantz's avatar lantz Committed by GitHub
Browse files

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

parent 2255bc7d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment