mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
export LC_ALL=C
|
|
SOURCE_DIR=$(pwd)
|
|
gcc -g -O0 -lrt -lm all.c -o run_test |