LemonJS/build-example.sh
2019-01-30 18:07:22 +03:00

5 lines
107 B
Bash
Executable File

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