diff --git a/Makefile b/Makefile index 469d907..e623dc1 100644 --- a/Makefile +++ b/Makefile @@ -269,6 +269,8 @@ clean: @echo "Cleaning build artifacts..." rm -rf $(BUILD_DIR) rm -f coverage.out coverage.html + go clean -cache -testcache + # go clean -modcache @echo "Clean complete." # ============================================