diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 21:11:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 21:11:28 -0600 |
| commit | 050c59d8d2f2212cbf5086d0ccf55e9feaa4b13e (patch) | |
| tree | d991fb1e775dc411b2f9641018f4df6342801fd7 /Makefile | |
| parent | 65686d03598b4e944b5633981e96a918e5cb7d2d (diff) | |
more attempts to auto-rebuild
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
