Skip to content

Commit

Permalink
fix make develop: --no-binary :all: (mininet#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantz authored Jan 29, 2021
1 parent 2255bc7 commit e07a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e07a29b

Please sign in to comment.