summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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