diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 02:42:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 02:42:00 -0600 |
| commit | c79bbb58bb1f15b47b467b114c692a466e41a883 (patch) | |
| tree | 01512e966d8e22b7acf6a59e588b5193ac2a915a /Makefile | |
| parent | 0659d10509ab24936be08a515a851017e6280d7d (diff) | |
compiles, needs toggle / fixed codev0.1.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ run: build ./control-panel-cloudflare +goimports: + goimports -w *.go + +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy + + build-and-update: go get -v -u -x . go build -v -o control-panel-cloudflare |
