commit ce35c2e9dc4777f936d1b754ce2a7dc942833295 parent 453614d37c12ee8bd4027fed4511d41d13161b76 Author: klewer-martin <martin.cachari@gmail.com> Date: Tue, 9 Feb 2021 17:49:35 -0300 Update; Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -std=c99 -Wall -Wextra -pedantic +CFLAGS = -std=c99 -Wall -pedantic all: main clean