summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 01:36:05 -0600
committerJeff Carr <[email protected]>2024-01-18 01:36:05 -0600
commit766ce60bc36a587daabced61c104a4ab8a5c5924 (patch)
tree29a91e16323001e0c2bb3649a2b55dd3364fd654
parent8a80991bd5c556f0cffc2ecf6f3814926899c85c (diff)
more or less better now
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5988ccd..d75f28b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ build:
go build -v -x
install:
- cp ~/go/src/go.wit.com/gui/toolkits/*.so resources/
- rm -f ~/go/src/go.wit.com/gui/toolkits/*.so
+ cp ~/go/src/go.wit.com/toolkits/*.so resources/
+ rm -f ~/go/src/go.wit.com/toolkits/*.so
go install -v -x
myrepos