LemonJS/build.sh
2019-01-29 12:13:09 +03:00

7 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
gcc -o ./lemon-src/lemon-js -O2 ./lemon-src/lemon-js.c
npm install
cat config.template > config.js