index — thing @ cd7480a81a233f6fb52248040b6f7f36ad4a50b1

A little something I'm working on

meson.build (view raw)

 1
 2
 3
 4
 5
 6
 7
project(
  'thing',
  'c',
  default_options :
    ['c_std=c99']
  )
executable('thing', 'main.c')