summaryrefslogtreecommitdiff
path: root/cleanProject.sh
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-08-01 23:29:12 +0200
committercyBerta <cyberta@riseup.net>2019-08-02 01:49:37 +0200
commitedddb326553a8a73d3cbd756f5075d17e414664b (patch)
tree45eea5ae7ad0646e48ef431650871bd2bc7c24b0 /cleanProject.sh
parent3875f27f432c4327f3b4c068622986d13432c80c (diff)
remove compiled go libraries in cleanProject.sh
Diffstat (limited to 'cleanProject.sh')
-rwxr-xr-xcleanProject.sh1
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