]> Kevux Git Server - fll/commit
Update: Example bootstrap script now supports building all programs.
authorKevin Day <thekevinday@gmail.com>
Fri, 1 Jul 2022 22:22:05 +0000 (17:22 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 1 Jul 2022 22:22:05 +0000 (17:22 -0500)
commitdc0fa036f29ca7bbdb775160091a7760208688ec
tree47366bd134ac1d6c595f2a532422d1528fc0e057
parenta50dc11a8c7528234b442ab5cfb88ecf1fc9079d
Update: Example bootstrap script now supports building all programs.

Looping over all programs, building them, and installing them is a very common process.
Adding support for this to the example bootstrap script should save me some time and effort.

Also change the separate clean and build commands into a single command using the rebuild command.
build/scripts/bootstrap-example.sh