From f55645c7a71494e046c8c7de65e4028fbe11e75c Mon Sep 17 00:00:00 2001 From: Sateallia Date: Sun, 25 Feb 2024 13:57:48 -0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 854951a..3807408 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -O2 +CFLAGS=-Wall -Wextra -Wpedantic -O2 -std=c99 LDFLAGS=-lm ifndef VERBOSE