summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 21:16:04 -0600
committerJeff Carr <[email protected]>2025-01-09 21:16:04 -0600
commit17cff379fa6d1eec6bd2fae57c193017a674f163 (patch)
tree9d42555ffd154941f8626487e2bb7da4d368d8e3
parent331e75e348a965e6d697f7fe3702edbafb383984 (diff)
-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