diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 04:14:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 04:14:09 -0600 |
| commit | 83ad5524015e155e6250743e01eeed7234ccb5a5 (patch) | |
| tree | 6d2aa0e43faf6ee383c5739d1df837264841da01 /Makefile | |
initial commit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f6626d8 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +all: + echo "build it!" + go build -v -x + sudo setcap 'cap_net_bind_service=+ep' go.wit.com + ./go.wit.com + # ./myrepos >/tmp/myrepos.stderr 2>&1 + +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy + |
