Packages

Erlang-lua hex package, using Erlang's Port and C Node to run Lua VM as an external Node

Current section

Files

Jump to
erlang_lua Makefile
Raw

Makefile

.PHONY: compile test clean
compile:
./rebar compile
clean:
./rebar clean
test:
PATH=`pwd`/priv:$$PATH ./rebar eunit