2 lines
37 B
Bash
Executable File
2 lines
37 B
Bash
Executable File
gcc -o clox lox.c scanner.c parser.c
|
gcc -o clox lox.c scanner.c parser.c
|