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


  1. cflags{
  2. '-std=c99', '-Wall', '-Wpedantic',
  3. '-D _POSIX_C_SOURCE=200809L',
  4. '-D UTIME_H',
  5. '-D LSTAT',
  6. '-D USERMEM=800000',
  7. }
  8. exe('lzw', {'compress.c'})
  9. file('bin/lzw', '755', '$outdir/lzw')
  10. fetch 'git'