parent
1457de1591
commit
6b2d7997ce
@ -0,0 +1,7 @@ |
||||
#Compiles the entire program with debug flags then runs it in gdb. |
||||
#C++ |
||||
printf "Running program...\n\n\n" |
||||
if g++ $(find . -type f -name "*.cpp") -g ${CUSTOM_PARAMS} -o ${PROJECT_NAME}; then |
||||
gdb ./${PROJECT_NAME} "$@" |
||||
fi |
||||
printf "\n\n" |
Loading…
Reference in new issue