10 lines
212 B
Plaintext
Executable File
10 lines
212 B
Plaintext
Executable File
export AUTO_UPDATE=true
|
|
|
|
source utils/define.sh
|
|
|
|
define PROJECT_NAME "Crawler"
|
|
define CUSTOM_PARAMS "-std=c++17 -lX11 -lpthread -lpng -lstdc++fs -I/usr/include/lua5.3"
|
|
define LANGUAGE "C++"
|
|
|
|
source utils/main.sh
|