From 41aad458b1876d37e52274b2921739928d7bf83c Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 8 May 2026 15:11:51 +0500 Subject: Backend settings file --- backend/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/Makefile') diff --git a/backend/Makefile b/backend/Makefile index e0f60e8..a592749 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,6 +1,9 @@ all: zig build test && zig build run +build: + zig build && cp zig-out/bin/backend app + test: zig build test -- cgit v1.3