work example
This commit is contained in:
parent
f815210203
commit
e114afb9d9
14 changed files with 95 additions and 1202 deletions
7
build-example.sh
Executable file
7
build-example.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
|
||||
|
||||
npm install
|
||||
|
||||
cat config.example > config.js
|
Loading…
Add table
Add a link
Reference in a new issue