mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-21 16:04:09 -08:00
4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
export LC_ALL=C
|
|
SOURCE_DIR=$(pwd)
|
|
gcc -g -O0 -lrt all.c -o run_test -lm
|