summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 460d92e..c53d6a7 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ install: clean
cd ~/go/lib && ln -f -s andlabs-${VERSION}.so andlabs.so
clean:
- rm -f andlabs andlabs.so
+ rm -f andlabs andlabs.*so
goget:
GO111MODULE="off" go get -v -t -u