commit 3027b8101aca11e607f8ca0c0ac1ca01705fef55
Author: tri <tri@thac.loan>
Date:   Mon Sep 29 19:15:35 2025 +0700

    add deploy command

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/