summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-17 21:21:57 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-17 21:21:57 +0500
commit550e0183cf953932fa5c236ad8389febdc899c62 (patch)
tree7ba8e6e927822c1edc0166499dbc5925d7aed9fc /backend/Makefile
parente7c7f2ed1211a801ceb5eed32b03a8fb9f791703 (diff)
redis connection
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/Makefile b/backend/Makefile
index 5d8bdb4..e0f60e8 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -3,3 +3,8 @@ all:
test:
zig build test
+
+# It is important that this comand only runs on unix machines
+deps:
+ git clone https://github.com/redis/hiredis
+ cd hiredis; sudo make install