mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
13 lines
206 B
Lua
13 lines
206 B
Lua
cflags{
|
|
'-std=c99', '-Wall', '-Wpedantic',
|
|
'-D _POSIX_C_SOURCE=200809L',
|
|
'-D UTIME_H',
|
|
'-D LSTAT',
|
|
'-D USERMEM=800000',
|
|
}
|
|
|
|
exe('lzw', {'compress.c'})
|
|
file('bin/lzw', '755', '$outdir/lzw')
|
|
|
|
fetch 'git'
|