summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 21:11:28 -0600
committerJeff Carr <[email protected]>2024-01-15 21:11:28 -0600
commit050c59d8d2f2212cbf5086d0ccf55e9feaa4b13e (patch)
treed991fb1e775dc411b2f9641018f4df6342801fd7 /Makefile
parent65686d03598b4e944b5633981e96a918e5cb7d2d (diff)
more attempts to auto-rebuild
Signed-off-by: Jeff Carr <[email protected]>
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: