clean was not complete

This commit is contained in:
Jeff Carr 2025-01-09 21:16:04 -06:00
parent 331e75e348
commit 17cff379fa
1 changed files with 1 additions and 1 deletions

View File

@ -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