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


  1. cflags{
  2. '-std=c99', '-Wall', '-Wextra', '-Wpedantic',
  3. '-D _BSD_SOURCE',
  4. }
  5. exe('sdhcp', {'sdhcp.c', 'util/eprintf.c'})
  6. file('bin/sdhcp', '755', '$outdir/sdhcp')
  7. man{'sdhcp.1'}
  8. fetch 'git'