Skip to content

Commit

Permalink
Remove unneeded commands from make file
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Feb 21, 2024
1 parent bdf90cf commit 30b4200
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY : basler install install-no-root pip pre-commit install-git-filters format pull-all pull-init pull-repos pull-files fresh-libs remove-libs setup-libs rosdep status update update-no-root dev-container-build dev-container-run dev-container-clean dev-container-stop
.PHONY : basler install install-no-root pip pre-commit install-git-filters format pull-all pull-init pull-repos pull-files fresh-libs remove-libs setup-libs rosdep status update update-no-root

HTTPS := ""
REPO:=$(dir $(abspath $(firstword $(MAKEFILE_LIST))))
Expand Down Expand Up @@ -88,15 +88,3 @@ status:
update: pull-all rosdep pip install-git-filters pre-commit

update-no-root: pull-all pip install-git-filters pre-commit

dev-container-build:
bash bitbots_misc/bitbots_containers/dev/build.bash

dev-container-run:
bash bitbots_misc/bitbots_containers/dev/connect.bash

dev-container-clean:
bash bitbots_misc/bitbots_containers/dev/clean.bash

dev-container-stop:
bash bitbots_misc/bitbots_containers/dev/stop.bash

0 comments on commit 30b4200

Please sign in to comment.