mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-26 09:31:12 +08:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
/usr/bin/g++ \
|
||
|
-I/home/ece/FTXUI/include \
|
||
|
-L/home/ece/FTXUI/build \
|
||
|
"$@" \
|
||
|
-lftxui-component -lftxui-dom -lftxui-screen
|
||
|
|