master hovercats/oakiss / pkg / hyx / gen.lua
 1cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic', '-DNDEBUG'}
 2
 3exe('hyx', {
 4	'blob.c',
 5	'common.c',
 6	'history.c',
 7	'hyx.c',
 8	'input.c',
 9	'term.c',
10	'view.c',
11})
12file('bin/hyx', '755', '$outdir/hyx')
13
14fetch 'curl'