From bad427809de06efcac3cc1b2684c1ecf494b1d66 Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Sat, 27 Sep 2025 22:38:14 +0700
Subject: [PATCH] add makefile

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d2a95ea
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+watch:
+	zig build run --watch -- demo
-- 
2.47.3

