4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
CC=gcc
|
||
|
CFLAGS += -Wall -Werror -Wextra -std=c99 -pedantic -ansi
|
||
|
|