I am starting out in C (as well as Linux), and want to automatically use the -Wall and -pedantic in gcc, as I understand that can be useful. How do I do this more or less automatically? In other words, how can I not have to always type:
gcc -o hello -Wall -pedantic hello.c
gcc -o hello -Wall -pedantic hello.c