diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
