From 5ace5f0c972b84c8ef4560e0dde389ded531bc57 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sun, 26 Jan 2025 08:50:15 +0100 Subject: [PATCH] Reorder makefile --- rex_client/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rex_client/Makefile b/rex_client/Makefile index b15f637..0a14788 100644 --- a/rex_client/Makefile +++ b/rex_client/Makefile @@ -1,16 +1,16 @@ NAME = rexclient +build: commit.txt + go build -tags no_emoji -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME) + run: commit.txt go run . debug: commit.txt go run -tags debug,hints . -build: commit.txt - go build -tags no_emoji -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME) - commit.txt: go generate clean: - rm -f rexclient + rm -f $(NAME)