CompileFlags:
  Add:
    [
      -std=c11,
      -Wall,
      -Wpedantic,
      -xc,
      -D_POSIX_C_SOURCE=200112L,
      "-Isrc",
      "-I../",
    ]
  Compiler: gcc
---
If:
  PathMatch: .*\.h
CompileFlags:
  Remove: -xc
  Add: -xc-header
---
If:
  PathMatch: bin/.*\.c
CompileFlags:
  Add: -Isrc
