diff options
author | cyBerta <cyberta@riseup.net> | 2019-08-01 23:29:12 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-08-02 01:49:37 +0200 |
commit | edddb326553a8a73d3cbd756f5075d17e414664b (patch) | |
tree | 45eea5ae7ad0646e48ef431650871bd2bc7c24b0 | |
parent | 3875f27f432c4327f3b4c068622986d13432c80c (diff) |
remove compiled go libraries in 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 |