Update build system to include extra spacing

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2, Sig, Sigo 2022-06-29 18:00:29 +00:00 committed by GitHub
parent dfebd9cbe9
commit 3e93dc14a2
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -1,2 +1,2 @@
build.sh:f45ca23009917e0d50d19bd17e312fc0 - build.sh:dbb1880f6b747ec208d6f277c0be61c2 -
commit.sh:89783d2e6a165aa9612c79cfbd804a35 - commit.sh:89783d2e6a165aa9612c79cfbd804a35 -