From 3027b8101aca11e607f8ca0c0ac1ca01705fef55 Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Mon, 29 Sep 2025 19:15:35 +0700
Subject: [PATCH] add deploy command

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index d2bc10e..107a7ea 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,7 @@ serve2:
 
 test:
 	zig build test --watch
+
+deploy:
+	zig build -Doptimize=ReleaseSafe -Dcpu=baseline
+	scp zig-out/bin/khoe root@khoe:/usr/local/bin/
-- 
2.47.3

