diff options
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 |