diff options
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/Makefile b/backend/Makefile new file mode 100644 index 0000000..5d8bdb4 --- /dev/null +++ b/backend/Makefile @@ -0,0 +1,5 @@ +all: + zig build test && zig build run + +test: + zig build test |
