diff --git a/C/scripts/build.sh b/C/scripts/build.sh index d3b2ff9..c83e08c 100644 --- a/C/scripts/build.sh +++ b/C/scripts/build.sh @@ -1,5 +1,5 @@ #Compiles the entire program then runs it, producing an executable. #C -if gcc $(find . -type f -name "*.c") -lncurses -o ${PROJECT_NAME}; then +if gcc $(find . -type f -name "*.c") ${CUSTOM_PARAMS} -o ${PROJECT_NAME}; then ./${PROJECT_NAME} fi \ No newline at end of file