From 12c654c18d05586f9672a81a690a30cefcdf3084 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Fri, 27 Mar 2026 00:27:12 +0000 Subject: docs: update readme docs: update readme docs: update makefile --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbb73d6..73666c2 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,15 @@ all: run run: - go run ./cmd + go run . build: - go run ./cmd build + go build . build-release: - echo "Building Kite release" - go build -ldflags="-s -w" -o kite-release ./cmd + go build -ldflags="-s -w" -o kite-release upx --best --lzma kite-release - echo "Successfully built release binary" stat -c %s ./kite-release serve: - go run ./cmd serve + go run . serve -- cgit v1.3.1