# Makefile for hygate (Hunyuan AI Gateway) hygate: go build -trimpath -ldflags="-s -w" -o bin/hygate . all: hygate clean: rm -rf bin/ .PHONY: all clean hygate