summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 22:33:29 -0600
committerJeff Carr <[email protected]>2024-01-08 22:33:29 -0600
commitf3a5cd0db1575da22f4bc1d73f4acf53b7138462 (patch)
tree11bf48ea4ebb0b4579a86701af61c63604161433 /Makefile
parent430de13fba8e50d51e46ee4adb362f2549661431 (diff)
go.wit.com/log changev0.3.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01cb279..f7a3b33 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,15 @@
# git remote add github [email protected]:wit-go/digitalocean.git
+all:
+ @echo
+ @echo a work in progress digital ocean control panel
+ @echo
+
+redomod:
+ rm -f go.*
+ go mod init
+ go mod tidy
+
github:
git push origin master
git push origin devel