diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:27:55 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 13:27:55 +0000 |
commit | 47a52bf4fc252bf743c8c7e7a130ed013403881c (patch) | |
tree | fcde63cf79e0cc2760b988a632d3ae220d4a921b /extra-tools | |
parent | removed wrongly named file (diff) | |
download | mutator-47a52bf4fc252bf743c8c7e7a130ed013403881c.tar.gz mutator-47a52bf4fc252bf743c8c7e7a130ed013403881c.zip |
now updating cmake
Diffstat (limited to 'extra-tools')
-rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index 545cb27..76ac897 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -1,5 +1,6 @@ #!/bin/bash +"apt-get" update -y "cd" ~ "mkdir" llvm-clang4 "cd" llvm-clang4 |