forked from bit-bots/bitbots_main
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile
More file actions
36 lines (26 loc) · 622 Bytes
/
Makefile
File metadata and controls
36 lines (26 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.PHONY : basler build doc doc-meta install repo vision-files update status
basler:
test -d basler_drivers || git clone gogs@gogs.mafiasi.de:Bit-Bots/basler_drivers.git
cd basler_drivers && ./setup.sh
build :
scripts/build.sh repo vision-file
scripts/install_py_extensions.bash
scripts/repair.sh
doc :
scripts/build-doc.py
install: pull-init
scripts/install.pl
update: pull-all
rosdep install -irya
pull-all:
git pull
scripts/pull_all.sh
scripts/pull_files.bash
pull-init:
git pull
scripts/pull_init.sh
scripts/pull_files.bash
vision-files:
scripts/pull_files.bash
status:
scripts/git_status.bash