Start using the zig build system

Start using zig build system
This commit is contained in:
Sam Tebbs 2019-04-30 10:43:40 +01:00 committed by SamTebbs33
parent def383249e
commit 47f68ceb9c
5 changed files with 145 additions and 33 deletions

5
.gitignore vendored
View file

@ -39,4 +39,7 @@
.idea/
# Zig
zig-cache/
zig-cache
# Build dir
bin/*