9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
|
export AUTO_UPDATE=true
|
||
|
|
||
|
source utils/define.sh
|
||
|
|
||
|
define PROJECT_NAME "main"
|
||
|
define CUSTOM_PARAMS "-lncurses"
|
||
|
define LANGUAGE "C"
|
||
|
|
||
|
source utils/main.sh
|