diff options
-rw-r--r-- | .claude/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index 80b75e4..b814f6e 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -11,7 +11,10 @@ } , "permissions": { "allow": - [ "Bash(make:*)" + [ "Bash(make)" + , "Bash(make clean)" + , "Bash(make debug)" + , "Bash(make releae" , "Bash(zig build)" ] , "deny": |