index — thing @ 5e6fe674c4c8947c13a6af1a8c13d7e29f5b0201

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