diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 19:39:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 19:39:19 -0600 |
| commit | 495a08eddaef290dd4a6f63a543cf31ef26522f5 (patch) | |
| tree | 49b6119e393b5f3f245a3fecaa05b260e40d097e /Makefile | |
| parent | db86b09070f2ffd69dda9354aff7c9383739a8e0 (diff) | |
start to clean out directoriesv0.12.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ run: build check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) -redomod: check-git-clean +redomod: rm -f go.* GO111MODULE= go mod init GO111MODULE= go mod tidy |
