-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.PHONY : basler doc install update pull-all pull-init vision-files status | ||
.PHONY : basler doc update pull-all pull-init status | ||
|
||
basler: | ||
test -d basler_drivers || git clone [email protected]:Bit-Bots/basler_drivers.git | ||
|
@@ -7,9 +7,6 @@ basler: | |
doc: | ||
scripts/build-doc.py | ||
|
||
install: pull-init | ||
scripts/install.pl | ||
|
||
update: pull-all | ||
rosdep install -irya | ||
|
||
|
@@ -28,4 +25,4 @@ pull-files: | |
scripts/pull_files.bash | ||
|
||
status: | ||
scripts/git_status.bash | ||
scripts/git_status.bash |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters