2 lines
90 B
Bash
2 lines
90 B
Bash
|
mkdir ./bin
|
||
|
clang -o ./bin/r16e ./emu/main.c ./emu/cpu/ram.c ./lib/carg-parse/carg-parse.c
|