project('rpncalc', 'c') src = ['main.c', 'state.c', 'util.c'] executable('rpncalc', src)