diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-25 00:01:26 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-25 00:01:26 +0000 |
| commit | c9828dfeb6379301691b0990dc7b426a145aae61 (patch) | |
| tree | fbafd2c1ec3176eaf730051bd09c9b33c41dde96 /Makefile | |
| parent | 74b7ed6b59ab8e60fac1550d59fcb521879cb9e5 (diff) | |
build: add serve command to makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ build: upx --best --lzma kite-release echo "Successfully built release binary" stat -c %s ./kite-release + +serve: + go run main.go serve |
