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
Current section
Files
erlang_lua
Makefile
Makefile
.PHONY: compile test clean
compile:
./rebar compile
clean:
./rebar clean
test:
PATH=`pwd`/priv:$$PATH ./rebar eunit