5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
FLAGS = -ansi -pedantic
|
|
|
|
main: main.c
|
|
gcc $(FLAGS) -o main main.c
|