meta: look for zig files only in libs/
The core game is, and will remain, C Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I568a9d71f55774e195eaa3a75eff80136a6a6964
This commit is contained in:
parent
4a718b9685
commit
0830aaa128
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -13,7 +13,7 @@ clean:
|
||||||
# Format all C source files
|
# Format all C source files
|
||||||
fmt:
|
fmt:
|
||||||
clang-format -i src/*.c src/*.h
|
clang-format -i src/*.c src/*.h
|
||||||
zig fmt **/*.zig
|
zig fmt libs/combat/*.zig
|
||||||
|
|
||||||
# Check formatting
|
# Check formatting
|
||||||
fmt-check:
|
fmt-check:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue