diff options
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 |
