aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-10-21 14:08:48 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-10-21 14:08:48 +0200
commit0925b30990cbaa485318b13822023de6a8060e50 (patch)
treee744f3c8f3a0a17fbc7dd9e81b362ff77e58b602 /Makefile
parenta34a2462a83738683c460db6250ff9da45fa8ec8 (diff)
downloadpaccache-0925b30990cbaa485318b13822023de6a8060e50.tar.gz
paccache-0925b30990cbaa485318b13822023de6a8060e50.tar.zst
use ISO C11 standard and move includes to header file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)