index — thing @ a9bf0f76676ecdd38e8cb896255da56e18185e80

A little something I'm working on

meson.build (view raw)

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