diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index bf891ce..3e76131 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ getwtxt: getwtxt.go go.mod go.sum clean: @echo @echo Cleaning build and module caches... + go clean go clean -cache -modcache @echo @echo ...Done\! |