From e240e4149f92ada886884f542522d9b739df450d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 08:11:08 -0600 Subject: remove perfect branches works Signed-off-by: Jeff Carr --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 074dad4..6d0f60e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ all: echo "build it!" - go build -v -x - ./myrepos + -mkdir -p plugins/ + -cp myrepolist plugins/ + -cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/ + go install -v -x + # go build -v -x + myrepos # ./myrepos >/tmp/myrepos.stderr 2>&1 redomod: -- cgit v1.2.3