summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2cd0f54..10bd352 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ all: build
build:
echo "build it!"
- -mkdir -p plugins/
- -cp myrepolist plugins/
- -cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
+ -mkdir -p resources/
+ -cp myrepolist resources/
+ -cp ~/go/src/go.wit.com/gui/toolkits/*.so resources/
go install -v -x
redomod: