Reorder makefile

This commit is contained in:
Imbus 2025-01-26 08:50:15 +01:00
parent d08af46525
commit 5ace5f0c97

View file

@ -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)