diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 22:33:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 22:33:29 -0600 |
| commit | f3a5cd0db1575da22f4bc1d73f4acf53b7138462 (patch) | |
| tree | 11bf48ea4ebb0b4579a86701af61c63604161433 /Makefile | |
| parent | 430de13fba8e50d51e46ee4adb362f2549661431 (diff) | |
go.wit.com/log changev0.3.2
Signed-off-by: Jeff Carr <[email protected]>
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 |
