5 lines
78 B
Makefile

compile:
gcc initialprog.c -Werror=switch -o initialprog
run:
./initialprog