Update build.sh

main
sigonasr2, Sig, Sigo 2 years ago committed by GitHub
parent 02f0d38008
commit 4e08e1055e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      C/scripts/build.sh

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

Loading…
Cancel
Save