build: migrate from Make to Zig build system + Just

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I7585121a5ec8e797adc43ba8e30d4ac86a6a6964
This commit is contained in:
raf 2026-04-05 17:00:17 +03:00
commit 7af642612b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
7 changed files with 144 additions and 52 deletions

View file

@ -2,9 +2,10 @@
mkShell,
clang-tools,
raylib,
gnumake,
pkg-config,
just,
zig,
zig-zlint,
}:
mkShell {
strictDeps = true;
@ -14,7 +15,9 @@ mkShell {
nativeBuildInputs = [
pkg-config
clang-tools
gnumake
just
zig
zig-zlint
];
}