updated with a default setup command

This commit is contained in:
jakeg00dwin 2024-02-29 22:24:12 -08:00
parent 7dd15eeb5e
commit 80de918108
1 changed files with 10 additions and 0 deletions

View File

@ -31,3 +31,13 @@ build_cmocka () {
make
#TODO: finish this function
}
# The default setup stuff.
default () {
remove_template_examples
install_needed_dependencies
create_project_symlinks
}
default