summaryrefslogtreecommitdiff
path: root/backend/Makefile
diff options
context:
space:
mode:
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