From 050c59d8d2f2212cbf5086d0ccf55e9feaa4b13e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 21:11:28 -0600 Subject: more attempts to auto-rebuild Signed-off-by: Jeff Carr --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3