UNPKG
flua
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Easy scriptable Lua in the browser with fengari.
github.com/fiatjaf/flua
fiatjaf/flua
flua
/
Makefile
11 lines
(7 loc)
•
280 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
all: lib/index.js example.bundle.js lib/index.js: src/index.js ./node_modules/babel-cli/bin/babel.js src --out-dir lib example.bundle.js: lib/index.js ./node_modules/.bin/browserify example.js -o example.bundle.js
test
: lib/index.js test.js ./node_modules/.bin/tape test.js