index — thing @ 20190f7b9e5c586e7704fa3b54742f97ee9906b6

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')