Failed attempt to hack in LZ4
This commit is contained in:
parent
c6749e61a9
commit
912920a53c
18 changed files with 7603 additions and 8 deletions
|
@ -9,3 +9,10 @@
|
|||
{erl_opts, [debug_info, {parse_transform, lager_transform}, {parse_transform, eqc_cover}]},
|
||||
{plugins, [rebar_eqc]}]}
|
||||
]}.
|
||||
|
||||
{pre_hooks, [
|
||||
{"(linux|darwin|solaris|win32)", clean, "make clean"},
|
||||
{"(freebsd|netbsd|openbsd)", clean, "gmake clean"},
|
||||
{"(linux|darwin|solaris|win32)", compile, "make"},
|
||||
{"(freebsd|netbsd|openbsd)", compile, "gmake"}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue