Change C build script to include custom params variable.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
76f1d0d78d
commit
394bf7ea1d
@ -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
|
Loading…
x
Reference in New Issue
Block a user