From 0925b30990cbaa485318b13822023de6a8060e50 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 21 Oct 2014 14:08:48 +0200 Subject: use ISO C11 standard and move includes to header file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f32499..e3a7728 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ INSTALL := install CP := cp RM := rm SED := sed -CFLAGS += -O2 -Wall -Werror +CFLAGS += -std=c11 -O2 -Wall -Werror CFLAGS += -lpthread CFLAGS += $(shell pkg-config --libs --cflags libcurl) CFLAGS += $(shell pkg-config --libs --cflags avahi-client) -- cgit v1.2.3-54-g00ecf