summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-20 19:02:44 +0100
committernorly <ny-git@enpas.org>2013-06-20 22:10:25 +0100
commit70b271e345debda7437c18f86c0f715a42a8267a (patch)
tree5bb5a22f1fff16036b4ba955e86dc5cc55e35245 /Makefile
parentb70b3ff9b1679bb1e0a215b7acd9b6d55497a46b (diff)
Clean up code using ElfuScn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e063a29..8cef4c9 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ LIBOBJS := $(patsubst %.c, $(BUILDDIR)/%.o, $(LIBSRCS))
EXEOBJS := $(patsubst %.c, $(BUILDDIR)/%.o, $(EXESRCS))
INCLUDES := $(patsubst %, -I%, $(INCLUDEDIR) $(SRCDIR)) $(shell pkg-config --cflags-only-I $(LIBRARIES))
-CFLAGS := -g -Wall -pedantic -Wno-variadic-macros -fPIC $(shell pkg-config --cflags-only-other $(LIBRARIES))
+CFLAGS := -g -Wall -std=gnu99 -pedantic -fPIC $(shell pkg-config --cflags-only-other $(LIBRARIES))
LDFLAGS := $(shell pkg-config --libs $(LIBRARIES))