summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-11-16 14:13:13 -0500
committerDave Reisner <dreisner@archlinux.org>2014-11-16 14:25:49 -0500
commit684aca4e01efdd3337720c4b9139c2c74d935aa8 (patch)
tree5b557116740d5f2ea414b560d65017d261709129 /Makefile
parent7a7340505092c3b61d9a084a11f6ac895481c593 (diff)
downloadexpac-684aca4e01efdd3337720c4b9139c2c74d935aa8.tar.xz
make the config parser suck less
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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