Add custom make args (#59)

This commit is contained in:
Aetias
2024-05-16 02:53:14 +02:00
committed by GitHub
parent 3e5008524e
commit b457453639
5 changed files with 16 additions and 2 deletions

View File

@@ -59,6 +59,10 @@ file as well. You can then add `objdiff.json` to your `.gitignore` to prevent it
// objdiff.json
{
"custom_make": "ninja",
"custom_args": [
"-C",
"build"
],
// Only required if objects use "path" instead of "target_path" and "base_path".
"target_dir": "build/asm",