6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/dash
|
|
|
|
mkdir -p bin/debug
|
|
|
|
g++ -o bin/debug/famt -std=gnu++20 -g -O0 *.cpp -lncursesw
|