From b1364be7e271c5a080e29efcda209a190a82d6d9 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 4 May 2023 16:10:37 -0400 Subject: ansii c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 708443e..d68e96a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PATCH = 1 INCFLAGS = $(shell echo $(SOURCE) | xargs printf -- '-I%s') -CCFLAGS = -std=c99 -Wall -Wextra -pedantic -O2 +CCFLAGS = -std=c89 -Wall -Wextra -pedantic -O2 CCFLAGS += -D_DEFAULT_SOURCE -DMAJOR=$(MAJOR) -DMINOR=$(MINOR) -DPATCH=$(PATCH) -DCHECK_LINK CCFLAGS += $(INCFLAGS) -- cgit v1.2.3-freya