diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-12-05 20:34:13 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-12-05 20:34:13 -0500 |
commit | 5df057ab76a7ed65c5312e156dccd2982a808cb7 (patch) | |
tree | d78af53b3742902cce7f93b1a195dfee58f667d1 /runv | |
parent | c898f92eecc4421c7e134daf37a6f87562b5f5d8 (diff) |
Arr works!!!!
Diffstat (limited to 'runv')
-rwxr-xr-x | runv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ fi valgrind $FLAGS --track-origins=yes --error-exitcode=1 --malloc-fill=0xcd --free-fill=0xef --num-callers=100 ./toc $tocf || exit 1 if [ "$1" = "c" ]; then - gcc out.c && ./a.out + gcc out.c -g && ./a.out elif [ "$1" = "pc" ]; then cat out.c fi |