master hovercats/oakiss / pkg / uxncli / gen.lua
 1cflags{
 2	'-std=c99',
 3	'-pedantic',
 4	'-D _POSIX_C_SOURCE=199309L',
 5}
 6
 7exe('uxncli', {'src/uxncli.c'})
 8
 9file('bin/uxncli', '755', '$outdir/uxncli')
10
11fetch 'git'