diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 18:50:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 18:50:36 -0600 |
| commit | 360002f785af6df4b03cdeda1a39b1c2bcb25f59 (patch) | |
| tree | 56a9b5163cac900d8a5dd2865944a4bbf0d9f513 /Makefile | |
| parent | 9a975d82b89103d5a1cbd5710545679d8c20d722 (diff) | |
misc updates
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -3,14 +3,20 @@ run: build reset ./control-panel-digitalocean --debugger +redomod: + rm -f go.* + go mod init + go mod tidy + + build-release: go get -v -u -x . - go build -v -o control-panel-digitalocean + go build -v ./control-panel-digitalocean build: go get -v -x . - go build -v -o control-panel-digitalocean + go build -v update: go get -v -u -x . |
