summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 12:43:08 -0600
committerJeff Carr <[email protected]>2024-01-15 12:43:08 -0600
commit77c1b9258f5de5ec0e8a5d3b69c1f3cf7143c154 (patch)
tree3c5842484a7e1d036dbc6feacf96fc1c8bfa7e27 /Makefile
parent248c3f4cdbc0a2a856c4757eabf18cd2001d1de9 (diff)
attempt to rebuild autotypist
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6d0f60e..2cd0f54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
-all:
+all: build
+ myrepos
+ # ./myrepos >/tmp/myrepos.stderr 2>&1
+
+build:
echo "build it!"
-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:
rm -f go.*