diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-21 14:08:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-21 14:08:48 +0200 |
commit | 0925b30990cbaa485318b13822023de6a8060e50 (patch) | |
tree | e744f3c8f3a0a17fbc7dd9e81b362ff77e58b602 /Makefile | |
parent | a34a2462a83738683c460db6250ff9da45fa8ec8 (diff) | |
download | pacredir-0925b30990cbaa485318b13822023de6a8060e50.tar.gz pacredir-0925b30990cbaa485318b13822023de6a8060e50.tar.zst |
use ISO C11 standard and move includes to header file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |