mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +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
|