diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-05-08 15:11:51 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-05-08 15:11:51 +0500 |
| commit | 41aad458b1876d37e52274b2921739928d7bf83c (patch) | |
| tree | 755462c88cb0cad5550adebba81159c6e533e2d2 /backend/Makefile | |
| parent | 877973ea93cbe917e835c5a5d9880f9e6922ab47 (diff) | |
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
