Move build script to scripts/scad and update submodules with a script as well.
This commit is contained in:
parent
6321367c97
commit
6a1dd305ce
|
@ -1 +1 @@
|
||||||
Subproject commit 53f4dd4a2d6dd038c1beb97f8ae721ec5905a43b
|
Subproject commit b499c2810117b5ca57014d5cb4219cf68b4c5c0f
|
|
@ -1 +1 @@
|
||||||
Subproject commit d94c0212e9ba3237d5c107f7a95a78935c4f3b87
|
Subproject commit 4482a471bb357e93e9cabe9efaecba0370a3a0bd
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Updating all git submodules"
|
||||||
|
|
||||||
|
git submodule update --recursive scad/common
|
||||||
|
git submodule update --recursive scad/takeup
|
||||||
|
git submodule update --recursive scad/sprocketed_roller
|
Loading…
Reference in New Issue