Fix meson.build typo.

This commit is contained in:
Calvin Rose 2019-11-08 18:26:43 -06:00
parent aee1687215
commit 0e464ded3d
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ amalg = custom_target('amalg',
command : [janet_nativeclient, '@INPUT@'])
amalg_shell = custom_target('amalg-shell',
input : ['tools/amalg.janet', 'src/mainclient/line.h',
'src/mainclient/line.c', 'src/mainlcient/main.c'],
'src/mainclient/line.c', 'src/mainclient/main.c'],
output : ['shell.c'],
capture : true,
command : [janet_nativeclient, '@INPUT@'])