From 17cff379fa6d1eec6bd2fae57c193017a674f163 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 21:16:04 -0600 Subject: [PATCH] clean was not complete --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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