clean was not complete
This commit is contained in:
parent
331e75e348
commit
17cff379fa
Notes:
Jeff Carr
2025-01-09 21:44:49 -06:00
// `autogen:go.mod` module go.wit.com/toolkits/andlabs go 1.21 toolchain go1.23.4 require ( go.wit.com/dev/andlabs/ui v0.0.2 go.wit.com/log v0.22.10 go.wit.com/toolkits/tree v0.22.3 go.wit.com/widget v1.1.27 ) // `autogen:go.sum` go.wit.com/dev/andlabs/ui v0.0.2 h1:dJLzeY70rqNG2Mc3f8hf3cmtTeMh/qGXhbUIYo0E4U8= go.wit.com/dev/andlabs/ui v0.0.2/go.mod h1:Qi27oewjluxZwIEVKTPLzZ0CsuDle2A511Y5SRZN+HM= go.wit.com/log v0.22.10 h1:rlSgaYjvxbpcmi9UBQO3ESmbd/jiyFdRQFoGOvpCEUc= go.wit.com/log v0.22.10/go.mod h1:4uNPFBqhsAh8zNF+zxVEmC3c/9AZ8JeTfUUvRpddvLQ= go.wit.com/toolkits/tree v0.22.3 h1:j9EKfxfu0f7K4srfpxzw4Jich9+cxY0L+XYgp8b7LA0= go.wit.com/toolkits/tree v0.22.3/go.mod h1:dzidmTJQyW6Cm/6QnG1NtzTeQdWD9GTStEbasB2o0z8= go.wit.com/widget v1.1.27 h1:Yd+qp6GZVwLiTTepShXSeWSDqjaCxLyfhU0ch2FrPZ8= go.wit.com/widget v1.1.27/go.mod h1:OXIdWk7GhVJRLnHTvf45LbPNXGYG/JjbkfnmXtkoiYE= // `autogen:`
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ install: clean
|
||||||
cd ~/go/lib && ln -f -s andlabs-${VERSION}.so andlabs.so
|
cd ~/go/lib && ln -f -s andlabs-${VERSION}.so andlabs.so
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f andlabs andlabs.so
|
rm -f andlabs andlabs.*so
|
||||||
|
|
||||||
goget:
|
goget:
|
||||||
GO111MODULE="off" go get -v -t -u
|
GO111MODULE="off" go get -v -t -u
|
||||||
|
|
Loading…
Reference in New Issue