parent
02f0d38008
commit
4e08e1055e
@ -1,5 +1,7 @@ |
|||||||
#Compiles the entire program then runs it, producing an executable. |
#Compiles the entire program then runs it, producing an executable. |
||||||
#C |
#C |
||||||
|
printf "Running program...\n\n\n" |
||||||
if gcc $(find . -type f -name "*.c") ${CUSTOM_PARAMS} -o ${PROJECT_NAME}; then |
if gcc $(find . -type f -name "*.c") ${CUSTOM_PARAMS} -o ${PROJECT_NAME}; then |
||||||
./${PROJECT_NAME} |
./${PROJECT_NAME} |
||||||
fi |
fi |
||||||
|
printf "\n\n" |
||||||
|
Loading…
Reference in new issue