diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-01 00:25:54 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-01 00:25:54 +0200 |
commit | fca6c9dcff1b5b5400a61b7411a7f72460fbfbfa (patch) | |
tree | c8efd8b964d495467619000fa7435c2a5527efa1 /cleanProject.sh | |
parent | 7820e8c0819a10c5b4729678607681fcfe30cbae (diff) | |
parent | 685da193ea29f3e7a8a42d55747dfb2f956f23b6 (diff) |
Merge branch 'pluggableTransports2'
Diffstat (limited to 'cleanProject.sh')
-rwxr-xr-x | cleanProject.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cleanProject.sh b/cleanProject.sh index e4707215..000026dd 100755 --- a/cleanProject.sh +++ b/cleanProject.sh @@ -6,5 +6,6 @@ git checkout -- \.\* rm -r ./ics-openvpn rm -r ./build rm -r ./app/build +rm -r ./go/lib/* git submodule sync --recursive git submodule update --init --recursive |