Update build system to include extra spacing
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
dfebd9cbe9
commit
3e93dc14a2
@ -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
|
||||
printf "\n\n"
|
||||
|
@ -1,2 +1,2 @@
|
||||
build.sh:f45ca23009917e0d50d19bd17e312fc0 -
|
||||
build.sh:dbb1880f6b747ec208d6f277c0be61c2 -
|
||||
commit.sh:89783d2e6a165aa9612c79cfbd804a35 -
|
||||
|
Loading…
x
Reference in New Issue
Block a user