Update build.sh
This commit is contained in:
parent
02f0d38008
commit
4e08e1055e
@ -1,5 +1,7 @@
|
||||
#Compiles the entire program then runs it, producing an executable.
|
||||
#C
|
||||
printf "Running program...\n\n\n"
|
||||
if gcc $(find . -type f -name "*.c") ${CUSTOM_PARAMS} -o ${PROJECT_NAME}; then
|
||||
./${PROJECT_NAME}
|
||||
fi
|
||||
fi
|
||||
printf "\n\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user