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

5 lines
No EOL
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