From 6191e2df9bb2d19b345f8d83c3e6847f6ba3218d Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 11 Apr 2023 13:44:16 -0400 Subject: cmd, ar, aaaar records --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a6217d..a2921f2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc INCFLAGS = -Isrc -CCFLAGS = -std=c17 -Wall -Wextra -O2 +CCFLAGS = -std=gnu99 -Wall -Wextra -pedantic -O2 CCFLAGS += $(INCFLAGS) LDFLAGS += $(INCFLAGS) -- cgit v1.2.3-freya