summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: