From 684aca4e01efdd3337720c4b9139c2c74d935aa8 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 16 Nov 2014 14:13:13 -0500 Subject: make the config parser suck less --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bee264c..85b47a9 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man # compiler flags -CPPFLAGS := -DVERSION=\"$(VERSION)\" $(CPPFLAGS) -CFLAGS := -std=c99 -g -pedantic -Wall -Wextra $(CFLAGS) +CPPFLAGS := -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE $(CPPFLAGS) +CFLAGS := -std=c11 -g -pedantic -Wall -Wextra -Wno-missing-field-initializers $(CFLAGS) LDLIBS = -lalpm DISTFILES = expac.c README.pod -- cgit v1.2.3-70-g09d2