5 lines
78 B
Makefile
5 lines
78 B
Makefile
compile:
|
|
gcc initialprog.c -Werror=switch -o initialprog
|
|
|
|
run:
|
|
./initialprog
|