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


  1. cflags{
  2. '-std=c99', '-Wall', '-Wpedantic',
  3. '-D _POSIX_C_SOURCE=200809L',
  4. '-I $dir',
  5. '-I $srcdir/h',
  6. }
  7. exe('bin/bc', [[
  8. bc/(
  9. main.c bc.c scan.c execute.c load.c storage.c util.c global.c
  10. warranty.c
  11. )
  12. lib/number.c
  13. ]])
  14. file('bin/bc', '755', '$outdir/bin/bc')
  15. man{'doc/bc.1'}
  16. fetch 'curl'