summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 08:11:08 -0600
committerJeff Carr <[email protected]>2024-01-15 08:11:08 -0600
commite240e4149f92ada886884f542522d9b739df450d (patch)
tree2b48ba018463ba5d4163d57bb5006843179023e5 /Makefile
parent74502ed5fbedbf47c69d2bbedb6d96fe369fa129 (diff)
remove perfect branches works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
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: