Skip to content

Commit

Permalink
Remove submodule install from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvanhooft committed Sep 24, 2024
1 parent 262c7d4 commit bfb9434
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,9 @@ docs html:

install: _check_variables
@$(PYTHON3) -m pip install -e . ${PIP_FLAGS}
$(GIT) submodule update --init --recursive
make -C submodules/netsquid-netbuilder install


install-dev: _check_variables
@$(PYTHON3) -m pip install -e .[dev] ${PIP_FLAGS}
$(GIT) submodule update --init --recursive
make -C submodules/netsquid-netbuilder install-dev

verify: clean tests examples _verified

Expand Down

0 comments on commit bfb9434

Please sign in to comment.