logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (296B)


  1. cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic', '-Wno-unused-parameter'}
  2. exe('samu', {
  3. 'build.c',
  4. 'deps.c',
  5. 'env.c',
  6. 'graph.c',
  7. 'htab.c',
  8. 'log.c',
  9. 'parse.c',
  10. 'samu.c',
  11. 'scan.c',
  12. 'tool.c',
  13. 'tree.c',
  14. 'util.c',
  15. })
  16. file('bin/samu', '755', '$outdir/samu')
  17. man{'samu.1'}
  18. fetch 'git'