opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

gen.lua (207B)


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