diff options
| author | Selene ToyKeeper | 2018-11-14 17:58:16 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-11-14 17:58:16 -0700 |
| commit | 020bf4bea3a08a1ffe7fe1f21a8ae0dae4b13f43 (patch) | |
| tree | 3c3fa93749b13710cc3d275f195564cf7114720f | |
| parent | Made event definitions a little cleaner. (diff) | |
| download | anduril-020bf4bea3a08a1ffe7fe1f21a8ae0dae4b13f43.tar.gz anduril-020bf4bea3a08a1ffe7fe1f21a8ae0dae4b13f43.tar.bz2 anduril-020bf4bea3a08a1ffe7fe1f21a8ae0dae4b13f43.zip | |
Made build script print the command it runs, so it'll be easier to copy/paste individual parts for single builds.
| -rwxr-xr-x | spaghetti-monster/anduril/build-all.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/build-all.sh b/spaghetti-monster/anduril/build-all.sh index 34df732..754835f 100755 --- a/spaghetti-monster/anduril/build-all.sh +++ b/spaghetti-monster/anduril/build-all.sh @@ -19,6 +19,7 @@ for TARGET in \ SOFIRN_SP36 \ ; do echo "===== $TARGET =====" + echo ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER" ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER" mv -f "$UI".hex "$UI".$TARGET.hex done |
