NAME = rexclient

run:
	go run .

debug:
	go run -tags debug,hints .

build:
	go build -tags no_emoji -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME)