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 (255B)


  1. cflags{
  2. '-std=c99',
  3. '-Wpedantic', '-Wall',
  4. }
  5. exe('pdpmake', {
  6. 'check.c',
  7. 'input.c',
  8. 'macro.c',
  9. 'main.c',
  10. 'make.c',
  11. 'modtime.c',
  12. 'rules.c',
  13. 'target.c',
  14. 'utils.c',
  15. })
  16. file('bin/pdpmake', '755', '$outdir/pdpmake')
  17. man{'pdpmake.1'}
  18. fetch 'git'