mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
15 lines
216 B
Lua
15 lines
216 B
Lua
cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic', '-DNDEBUG'}
|
|
|
|
exe('hyx', {
|
|
'blob.c',
|
|
'common.c',
|
|
'history.c',
|
|
'hyx.c',
|
|
'input.c',
|
|
'term.c',
|
|
'view.c',
|
|
})
|
|
file('bin/hyx', '755', '$outdir/hyx')
|
|
|
|
fetch 'curl'
|