summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 04:14:09 -0600
committerJeff Carr <[email protected]>2024-01-12 04:14:09 -0600
commit83ad5524015e155e6250743e01eeed7234ccb5a5 (patch)
tree6d2aa0e43faf6ee383c5739d1df837264841da01 /Makefile
initial commit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
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
+