Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(makefile): simplify and clean up Makefile for streamlined bu…
…ilds - Remove redundant `DIST` variable declaration - Update `GOFMT` command to include `-s` and `-w` flags - Remove `SHASUM` variable declaration - Remove `XGO_PACKAGE` and `XGO_VERSION` variable declarations - Remove `GXZ_PAGAGE` variable declaration - Remove architecture-specific variables (`LINUX_ARCHS`, `DARWIN_ARCHS`, `WINDOWS_ARCHS`) - Remove `.PHONY` targets and associated rules for `deps-backend`, `release`, `release-windows`, `release-linux`, `release-darwin`, `release-copy`, `release-check`, and `release-compress` - Simplify the `Makefile` by removing complex release-related commands and dependencies Signed-off-by: appleboy <[email protected]>
- Loading branch information