summaryrefslogtreecommitdiff
path: root/pkg/ncompress/gen.lua
blob: b4ee6380eacae1e52fd3b98d466a231accf58cab (plain)
1
2
3
4
5
6
7
8
9
10
cflags{
	'-std=c99', '-Wall', '-Wpedantic',
	'-D _POSIX_C_SOURCE=200809L',
	'-include $dir/config.h',
}

exe('lzw', {'compress42.c'})
file('bin/lzw', '755', '$outdir/lzw')

fetch 'git'