diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 13:35:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 13:35:22 -0600 |
| commit | 4484b0b84d88fbad86ca6d202d3edfa9bb4946d0 (patch) | |
| tree | eed34ded8af61ac9b46a300ce7bd789d32975b0f /Makefile | |
| parent | c079039ffe06a09b8552ffbae40c861c726c0281 (diff) | |
new window for merge on a single repo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ redomod: GO111MODULE= go mod init GO111MODULE= go mod tidy +clean: + rm -f go.* + go-mod-clean --purge |
