updated with a default setup command
This commit is contained in:
parent
7dd15eeb5e
commit
80de918108
1 changed files with 10 additions and 0 deletions
10
setup.sh
10
setup.sh
|
@ -31,3 +31,13 @@ build_cmocka () {
|
||||||
make
|
make
|
||||||
#TODO: finish this function
|
#TODO: finish this function
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# The default setup stuff.
|
||||||
|
default () {
|
||||||
|
remove_template_examples
|
||||||
|
install_needed_dependencies
|
||||||
|
create_project_symlinks
|
||||||
|
}
|
||||||
|
|
||||||
|
default
|
||||||
|
|
Loading…
Add table
Reference in a new issue