project('randquik', 'c') executable( 'randquik', 'src/randquik.c', c_args: ['-Wall', '-O3', '-march=native'], install: true, ) dependency('threads')