diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 08:11:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 08:11:08 -0600 |
| commit | e240e4149f92ada886884f542522d9b739df450d (patch) | |
| tree | 2b48ba018463ba5d4163d57bb5006843179023e5 /Makefile | |
| parent | 74502ed5fbedbf47c69d2bbedb6d96fe369fa129 (diff) | |
remove perfect branches works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ all: echo "build it!" - go build -v -x - ./myrepos + -mkdir -p plugins/ + -cp myrepolist plugins/ + -cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/ + go install -v -x + # go build -v -x + myrepos # ./myrepos >/tmp/myrepos.stderr 2>&1 redomod: |
