The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

5 lines
109 B

project('rewritetest', 'c')
sources = ['trivial.c', 'notthere.c']
exe = executable('trivialprog', sources)